-
Notifications
You must be signed in to change notification settings - Fork 129
[candi] Provide featureGate configuration by moduleConfig #16185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: dmitry.trofimov <[email protected]>
1068da4 to
af7e962
Compare
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
|
🟢 Workflow detailsYandex.Cloud-WithoutNAT-Containerd-1.30 - Connection string: 🟢 |
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
|
🟢 Workflow detailsYandex.Cloud-WithoutNAT-Containerd-1.30 - Connection string: 🟢 |
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
|
🔴 E2e for yandex-cloud WithoutNAT;containerd;1.30 was failed. Use:
Workflow details (1 job failed)Yandex.Cloud-WithoutNAT-Containerd-1.30 - Connection string: 🔴 |
Signed-off-by: dmitry.trofimov <[email protected]>
|
/e2e/abort yandex-cloud;WithoutNAT;containerd;1.30 18976755830 18976755830-1-con-1-30 /sys/deckhouse-oss/install:pr16185 [email protected] |
|
🟢 Workflow details🟢 |
|
/e2e/abort yandex-cloud;WithoutNAT;containerd;1.30 18968453296 18968453296-1-con-1-30 /sys/deckhouse-oss/install:pr16185 [email protected] |
|
🟢 Workflow details🟢 |
|
🟢 Workflow detailsYandex.Cloud-WithoutNAT-Containerd-1.30 - Connection string: 🟢 |
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
|
🔴 E2e for yandex-cloud WithoutNAT;containerd;1.30 was failed. Use:
Workflow details (1 job failed)Yandex.Cloud-WithoutNAT-Containerd-1.30 - Connection string: 🔴 |
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
Signed-off-by: dmitry.trofimov <[email protected]>
|
/e2e/abort yandex-cloud;WithoutNAT;containerd;1.30 18993203673 18993203673-1-con-1-30 /sys/deckhouse-oss/install:pr16185 [email protected] |
|
🟢 Workflow details🟢 |
Description
User may configure k8s featueGates by control-plane-manager moduleconfig using
enabledFeatureGatessettings.The first part to enable users to manage k8s featureGates:
make generatecandi/feature_gates/feature_gates_map.yml- contains information about k8s version and available/forbidden featureGates.candi/feature_gates/feature_gates_generated.go- contains generated go package with k8sVersion-featureGate mapcandi/feature_gates/feature_gates_generated.py- contains generated python dict with k8sVersion-featureGate mapGetFeatureGateInfohelper functionStep two:
enabledFeatureGatesparams from moduleconfigWhy do we need it, and what problem does it solve?
Adds process for management k8s featureGates
Why do we need it in the patch release (if we do)?
Checklist
Changelog entries