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
A Helm chart for deploying a Kamaji Tenant Cluster on vSphere using Cluster API and Kamaji.
6
6
@@ -35,7 +35,7 @@ A Helm chart for deploying a Kamaji Tenant Cluster on vSphere using Cluster API
35
35
| cluster.controlPlane.network.serviceLabels | object |`{}`| Labels to use for the control plane service |
36
36
| cluster.controlPlane.network.serviceType | string |`"LoadBalancer"`| Type of service used to expose the Kubernetes API server |
37
37
| cluster.controlPlane.replicas | int |`2`| Number of control plane replicas |
38
-
| cluster.controlPlane.version | string |`"v1.31.0"`| Kubernetes version |
38
+
| cluster.controlPlane.version | string |`"v1.32.0"`| Kubernetes version |
39
39
| cluster.metrics.enabled | bool |`false`| Enable metrics collection. ServiceMonitor custom resource definition must be installed on the Management cluster. |
40
40
| cluster.metrics.serviceAccount | object |`{"name":"kube-prometheus-stack-prometheus","namespace":"monitoring-system"}`| ServiceAccount for scraping metrics |
41
41
| cluster.metrics.serviceAccount.name | string |`"kube-prometheus-stack-prometheus"`| ServiceAccount name used for scraping metrics |
@@ -64,7 +64,7 @@ A Helm chart for deploying a Kamaji Tenant Cluster on vSphere using Cluster API
64
64
| nodePools[0].resourcePool | string |`"*/Resources"`| VSphere resource pool to use |
65
65
| nodePools[0].staticRoutes | list |`[]`| Static network routes if required |
66
66
| nodePools[0].storagePolicyName | string |`""`| VSphere storage policy to use |
67
-
| nodePools[0].template | string |`"ubuntu-2204-kube-v1.31.0"`| VSphere template to clone |
67
+
| nodePools[0].template | string |`"ubuntu-2204-kube-v1.32.0"`| VSphere template to clone |
68
68
| nodePools[0].users | list |`[{"name":"ubuntu","sshAuthorizedKeys":[],"sudo":"ALL=(ALL) NOPASSWD:ALL"}]`| users to create on machines |
69
69
| vSphere.dataCenter | string |`"datacenter"`| Datacenter to use |
| vSphereCloudControllerManager.enabled | bool |`true`| Installs vsphere-cloud-controller-manager on the management cluster |
78
78
| vSphereCloudControllerManager.secret.name | string |`"vsphere-config-secret"`| The name of an existing Secret for vSphere. |
79
-
| vSphereCloudControllerManager.version | string |`"v1.31.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. |
79
+
| 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. |
80
80
| vSphereStorageControllerManager.enabled | bool |`false`| Installs vsphere-storage-controller-manager on the management cluster. NB: CSI node drivers are always installed on the workload cluster. |
81
81
| vSphereStorageControllerManager.logLevel | string |`"PRODUCTION"`| log level for the CSI components |
82
82
| vSphereStorageControllerManager.namespace | string |`"kube-system"`| Target namespace for the vSphere CSI node drivers on the workload cluster |
# -- 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.
167
-
version: v1.31.0
167
+
version: v1.32.0
168
168
169
169
vSphereStorageControllerManager:
170
170
# -- Installs vsphere-storage-controller-manager on the management cluster. NB: CSI node drivers are always installed on the workload cluster.
0 commit comments