You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fully supporting the helm client is definitely a way to fix this, since helm handles CRDs. We can also consider one of the following fixes:
We do two kubectl apply's. The first one only applies CRDs. The second one applies the rest.
Switch from using kubectl apply to kpt live apply. The latter properly handles resource ordering. However, its behavior is also different from kubectl apply, such as waiting for all resources to reconcile, so this is a higher risk change. It's also not immediately clear to me how to control its version compatibility.
The text was updated successfully, but these errors were encountered:
Note that Helm does not handle CRD upgrades. But AFAIK the Marketplace's "deployer" mechanism only works for day-1 installations, not for day-2 operations like application upgrades.
Fully supporting the helm client is definitely a way to fix this, since helm handles CRDs. We can also consider one of the following fixes:
The text was updated successfully, but these errors were encountered: