Tags: chestack/cloud-provider-openstack
Tags
[cinder-csi-plugin] Remove downstream from probe (kubernetes#1904) (k… …ubernetes#1906) Remove all sorts of downstream dependency on cinder from probe. Probe is the one called by the liveness sidecar to determine the health of the csi plugin. Including downstream services in a health check can result in unfortunate behavior in cluster. For example, over and over restarts of daemonsets/deployments just because the downstream api is not available at the moment... e.g. because of a maintenance. On the other hand, just because the downstream api is available doesn't tell us anything about whether or not the downstream works as expected. Therefore there are facilities in place that reports errors when they happen all over the place. Co-authored-by: Christoph Glaubitz <c.glaubitz@syseleven.de>
update images and charts to v1.24.0 (kubernetes#1878)
update images and charts to v1.24.0 (kubernetes#1878)
update images and charts to v1.24.0 (kubernetes#1878)
Fix for Authentication Dependencies for Application Credentials (kube… …rnetes#1854) This patch extend the authentication configuration by the possibility to use application credentials. fix_auth_dependencies_for_application_credentials Signed-off-by: Sven Haardiek <sven.haardiek@uni-muenster.de>
[cinder-csi-plugin] Remove redundant imagePullPolicy (kubernetes#1784) * [cinder-csi-plugin] Remove redundant imagePullPolicy Fixes: kubernetes#1598 ...as done for cinder-csi-plugin chart version 1.4.x in: https://github.com/kubernetes/cloud-provider-openstack/pull/1602/files ...but now for cinder-csi-plugin chart version 1.3.x. Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> * Ran ./hack/update-gofmt.sh Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> * Buffer os.Signal to avoid test error To fix test error: pkg/autohealing/cmd/root.go:81:3: misuse of unbuffered os.Signal channel as argument to signal.Notify As done in newer branches in: commit 043de59 / PR kubernetes#1632 Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>
Fix the service account name (kubernetes#1767) Co-authored-by: Lingxian Kong <anlin.kong@gmail.com>
PreviousNext