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
Most of the time the issue is related to authentication issues with vSphere credentials. Check the secret used by the `VSphereClusterIdentity` or `VSphereCluster` and ensure that the credentials are correct.
304
+
307
305
## Configuration
308
306
309
307
See the values you can override [here](charts/capi-kamaji-vsphere/README.md).
Copy file name to clipboardExpand all lines: charts/capi-kamaji-vsphere/README.md
+16-4
Original file line number
Diff line number
Diff line change
@@ -72,13 +72,14 @@ A Helm chart for deploying a Kamaji Tenant Cluster on vSphere using Cluster API
72
72
| nodePools[0].resourcePool | string |`"*/Resources"`| VSphere resource pool to use |
73
73
| nodePools[0].staticRoutes | list |`[]`| Static network routes if required |
74
74
| nodePools[0].storagePolicyName | string |`""`| VSphere storage policy to use |
75
-
| nodePools[0].template | string |`"ubuntu-2204-kube-v1.32.0"`| VSphere template to clone |
75
+
| nodePools[0].template | string |`"ubuntu-2404-kube-v1.32.0"`| VSphere template to clone |
76
76
| nodePools[0].users | list |`[{"lockPassword":true,"name":"ubuntu","shell":"/bin/bash","sshAuthorizedKeys":[],"sudo":"ALL=(ALL) NOPASSWD:ALL"}]`| users to create on machines |
77
77
| nodePools[0].users[0]| object |`{"lockPassword":true,"name":"ubuntu","shell":"/bin/bash","sshAuthorizedKeys":[],"sudo":"ALL=(ALL) NOPASSWD:ALL"}`| username to create |
| vSphereCloudControllerManager.enabled | bool |`true`| Installs vsphere-cloud-controller-manager on the management cluster |
91
-
| vSphereCloudControllerManager.secret.name | string |`"vsphere-config-secret"`| The name of an existing Secret for vSphere. |
92
-
| vSphereCloudControllerManager.version | string |`"v1.32.0"`| Version of the vsphere-cloud-controller-manager to install. The major and minor versions of releases should be equivalent to the compatible upstream Kubernetes release. |
| vSphereCloudControllerManager.image | object |`{"pullPolicy":"IfNotPresent","registry":"registry.k8s.io","repository":"cloud-pv-vsphere/cloud-provider-vsphere","tag":"v1.32.0"}`| Image of the vsphere-cloud-controller-manager to install. |
95
+
| vSphereCloudControllerManager.image.pullPolicy | string |`"IfNotPresent"`| Set the image pull policy. |
96
+
| vSphereCloudControllerManager.image.registry | string |`"registry.k8s.io"`| Set the image registry |
97
+
| vSphereCloudControllerManager.image.repository | string |`"cloud-pv-vsphere/cloud-provider-vsphere"`| Set the image repository |
98
+
| vSphereCloudControllerManager.image.tag | string |`"v1.32.0"`| The tag should be equivalent to the upstream Kubernetes version. |
99
+
| vSphereCloudControllerManager.nodeSelector | object |`{"kubernetes.io/os":"linux"}`| NodeSelector for scheduling |
100
+
| vSphereCloudControllerManager.podAdditionalMetadata | object |`{"annotations":{},"labels":{}}`| Pods Additional metadata as labels and annotations |
101
+
| vSphereCloudControllerManager.secret.name | string |`"vsphere-config-secret"`| The name of an existing Secret to access the vCenter API |
102
+
| vSphereCloudControllerManager.tolerations | list |`[]`| Tolerations for scheduling |
103
+
| vSphereCloudControllerManager.topology | object |`{"region":"k8s-region","zone":"k8s-zone"}`| Labels for toplogy regions and zones |
104
+
| vSphereCloudControllerManager.topologySpreadConstraints | list |`[]`| TopologySpreadConstraints for scheduling |
93
105
94
106
----------------------------------------------
95
107
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
# -- The tag should be equivalent to the upstream Kubernetes version.
202
+
tag: v1.32.0
203
+
# -- Set the image pull policy.
204
+
pullPolicy: IfNotPresent
191
205
secret:
192
-
# -- The name of an existing Secret for vSphere.
206
+
# -- The name of an existing Secret to access the vCenter API
193
207
name: vsphere-config-secret
194
-
# -- Version of the vsphere-cloud-controller-manager to install. The major and minor versions of releases should be equivalent to the compatible upstream Kubernetes release.
195
-
version: v1.32.0
208
+
# -- Additional metadata as labels and annotations
209
+
additionalMetadata:
210
+
labels: {}
211
+
annotations: {}
212
+
# -- Pods Additional metadata as labels and annotations
0 commit comments