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
fix: vsphere image repositories, tags and docs (#11564)
The old repository for these has been deleted, leaving the previous
configuration not possible to deploy, and even currently running clusters
fail after a restart as the DeameonSet has ImagePullPolicy: Always. More
details can be found here: kubernetes-sigs/vsphere-csi-driver#3053
As of writing, only CSI driver versions 3.1.2 to 3.3.1 is available in
this registry. This "officially" supports Kubernetes 1.26 to 1.30. Since
older drivers are not available, I have removed some feature-gating for
those unavailable versions while I was at it. For the cloud provider,
the `latest` image is now missing, and only 1.28.0 to 1.31.0 are
available. I've set the latest of these as the new default.
I also updated the documented default versions, as they were all out of
date and not aligned with actual code defaults.
| vsphere_csi_aggressive_node_unreachable_timeout | FALSE | int |300|| Timeout till node will be drained when it in an unreachable state |
39
-
| vsphere_csi_aggressive_node_not_ready_timeout | FALSE | int |300|| Timeout till node will be drained when it in not-ready state |
38
+
| vsphere_csi_aggressive_node_unreachable_timeout | FALSE | int || 300| Timeout till node will be drained when it in an unreachable state |
39
+
| vsphere_csi_aggressive_node_not_ready_timeout | FALSE | int || 300| Timeout till node will be drained when it in not-ready state |
40
40
| vsphere_csi_namespace | TRUE | string || "kube-system" | vSphere CSI namespace to use; kube-system for backward compatibility, should be change to vmware-system-csi on the long run |
Copy file name to clipboardExpand all lines: roles/kubernetes-apps/external_cloud_controller/vsphere/templates/external-vsphere-cloud-controller-manager-ds.yml.j2
0 commit comments