Open
Description
The default behavior of the cluster operator should be to enable all feature flags after an upgrade as an additional PostDeploy step.
Currently, all feature flags are enabled when a cluster is created, but they are never again enabled. Should a new feature flag be added during an upgrade, then that feature flag will not currently automatically be enabled. This could cause future upgrades to fail without manual intervention to enable the feature flags.
This behavior could be disabled by disabling the PostDeploy steps, much like the queue rebalance.