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 Proxmox VE using Cluster API and Kamaji.
6
6
@@ -25,9 +25,10 @@ A Helm chart for deploying a Kamaji Tenant Cluster on Proxmox VE using Cluster A
25
25
| cluster.clusterNetwork.pods.cidrBlocks | list |`["10.93.0.0/16"]`| CIDR range for pods |
26
26
| cluster.clusterNetwork.serviceDomain | string |`"cluster.local"`| Service Domain for cluster DNS |
27
27
| cluster.clusterNetwork.services.cidrBlocks | list |`["10.96.0.0/16"]`| CIDR range for services |
28
-
| cluster.controlPlane.addons.coreDNS | object |`{}`| KamajiControlPlane coreDNS configuration. Set to {} for default configuration, or specify custom config. Remove entirely to disable. |
29
-
| cluster.controlPlane.addons.konnectivity | object |`{}`| KamajiControlPlane konnectivity configuration. Set to {} for default configuration, or specify custom config. Remove entirely to disable. |
30
-
| cluster.controlPlane.addons.kubeProxy | object |`{}`| KamajiControlPlane kube-proxy configuration. Set to {} for default configuration, or specify custom config. Remove entirely to disable. |
28
+
| cluster.controlPlane.addons | object |`{"coreDNS":{},"konnectivity":{},"kubeProxy":{}}`| Configure addons for the control plane |
| cluster.controlPlane.deployment | object |`{"additionalMetadata":{"annotations":{},"labels":{}},"affinity":{},"nodeSelector":{"kubernetes.io/os":"linux"},"podAdditionalMetadata":{"annotations":{},"labels":{}},"tolerations":[],"topologySpreadConstraints":[]}`| Configure how KamajiControlPlane deployment should be done |
33
34
| cluster.controlPlane.deployment.additionalMetadata | object |`{"annotations":{},"labels":{}}`| Additional metadata as labels and annotations |
0 commit comments