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
Record the ConfigConstraint after the upgrade. I found that all the properties in spec are missing, except for spec.immutableParameters and spec.staticParameters, which are retained.
Check the containers for the DB Pods.
Fix the ConfigConstraints and restart the test cluster; the config-manager container reappears.
Expected Behavior
The ConfigConstraint conversion from the upgrade hook should generate the correct content.
Additional Context
Upgrade from v0.8.4 to v0.9.1
The text was updated successfully, but these errors were encountered:
Describe the Bug
After upgrading KubeBlocks in a test environment:
ConfigConstraint
objects are upgraded by the upgrade hook fromv1alpha1
tov1beta1
, but the converted content is incorrect.config-manager
container disappearing after the DB cluster Pod is regenerated.To Reproduce
ConfigConstraint
before the upgrade.ConfigConstraint
after the upgrade. I found that all the properties inspec
are missing, except forspec.immutableParameters
andspec.staticParameters
, which are retained.ConfigConstraint
s and restart the test cluster; theconfig-manager
container reappears.Expected Behavior
The
ConfigConstraint
conversion from the upgrade hook should generate the correct content.Additional Context
Upgrade from v0.8.4 to v0.9.1
The text was updated successfully, but these errors were encountered: