restart cinder-csi-nodeplugin DaemonSet pods on change of openstack credentials
closes #2296 (closed)
annotations were added accordingly for cinder-csi-nodeplugin pods as well
root@capo-rke2:/home/ubuntu/sylva-core# k get pods -n cinder-csi
NAME READY STATUS RESTARTS AGE
openstack-cinder-csi-controllerplugin-866d8b99b4-rqm45 6/6 Running 0 57s
openstack-cinder-csi-nodeplugin-7c5sc 3/3 Running 0 50s
openstack-cinder-csi-nodeplugin-sv6g9 3/3 Running 0 57s
openstack-cinder-csi-nodeplugin-tf94r 3/3 Running 0 52s
openstack-cinder-csi-nodeplugin-zffw9 3/3 Running 0 54s
root@capo-rke2:/home/ubuntu/sylva-core#
root@capo-rke2:/home/ubuntu/sylva-core#
root@capo-rke2:/home/ubuntu/sylva-core# k get pods -n cinder-csi openstack-cinder-csi-nodeplugin-7c5sc -o yaml
apiVersion: v1
kind: Pod
metadata:
annotations:
clouds-yaml-hash: f6cbf086
creationTimestamp: "2025-04-24T05:54:30Z"
generateName: openstack-cinder-csi-nodeplugin-
CI configuration
Below you can choose test deployment variants to run in this MR's CI.
Click to open to CI configuration
Legend:
| Icon | Meaning | Available values |
|---|---|---|
| Infra Provider |
capd, capo, capm3
|
|
| Bootstrap Provider |
kubeadm (alias kadm), rke2
|
|
| Node OS |
ubuntu, suse
|
|
| Deployment Options |
light-deploy, dev-sources, ha, misc, maxsurge-0
|
|
| Pipeline Scenarios | Available scenario list and description |
-
🎬 preview☁️ capd🚀 kadm🐧 ubuntu -
🎬 preview☁️ capo🚀 rke2🐧 suse -
🎬 preview☁️ capm3🚀 rke2🐧 ubuntu -
☁️ capd🚀 kadm🛠️ light-deploy🐧 ubuntu -
☁️ capd🚀 rke2🛠️ light-deploy🐧 suse -
☁️ capo🚀 rke2🐧 suse -
☁️ capo🚀 kadm🐧 ubuntu -
☁️ capo🚀 rke2🎬 rolling-update🛠️ ha🐧 ubuntu -
☁️ capo🚀 kadm🎬 wkld-k8s-upgrade🐧 ubuntu -
☁️ capo🚀 rke2🎬 rolling-update-no-wkld🛠️ ha,misc🐧 suse -
☁️ capo🚀 rke2🎬 sylva-upgrade-from-1.3.x🛠️ ha,misc🐧 ubuntu -
☁️ capm3🚀 rke2🐧 suse -
☁️ capm3🚀 kadm🐧 ubuntu -
☁️ capm3🚀 kadm🎬 rolling-update-no-wkld🛠️ ha,misc🐧 ubuntu -
☁️ capm3🚀 rke2🎬 wkld-k8s-upgrade🛠️ ha🐧 suse -
☁️ capm3🚀 kadm🎬 rolling-update🛠️ ha🐧 ubuntu -
☁️ capm3🚀 rke2🎬 sylva-upgrade-from-1.3.x🛠️ misc,ha🐧 suse -
☁️ capm3🚀 kadm🎬 rolling-update🛠️ ha🐧 suse
Global config for deployment pipelines
-
autorun pipelines -
allow failure on pipelines -
record sylvactl events
Notes:
- Enabling
autorunwill make deployment pipelines to be run automatically without human interaction - Disabling
allow failurewill make deployment pipelines mandatory for pipeline success. - if both
autorunandallow failureare disabled, deployment pipelines will need manual triggering but will be blocking the pipeline
Be aware: after configuration change, pipeline is not triggered automatically.
Please run it manually (by clicking the run pipeline button in Pipelines tab) or push new code.