File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,16 @@ To deploy the addon via `ClusterResourceSet` replace the value of `strategy` wit
5252
5353## Scale from zero
5454
55+ {{% alert title="Required Cluster labels" color=warning %}}
56+ CAREN support for scale from zero currently relies on specific labels on the ` Cluster ` resource in order for Cluster
57+ Autoscaler RBAC to be correctly configured. Ensure that your ` Clusters ` have the appropriate ` cluster.x-k8s.io/provider `
58+ label as follows:
59+
60+ - CAPA: ` cluster.x-k8s.io/provider: aws `
61+ - CAPX: ` cluster.x-k8s.io/provider: nutanix `
62+ - CAPD: ` cluster.x-k8s.io/provider: docker `
63+ {{% /alert %}}
64+
5565CAREN deploys Cluster Autoscaler with appropriate permissions to enable scaling nodepools from zero. However, CAPI
5666providers must implement functionality as described in the [ autoscaling from zero proposal] [ Scale from zero status
5767updates] in order for scaling from zero to be possible.
@@ -65,6 +75,8 @@ apiVersion: cluster.x-k8s.io/v1beta1
6575kind : Cluster
6676metadata :
6777 name : <NAME>
78+ labels :
79+ cluster.x-k8s.io/provider : <PROVIDER>
6880spec :
6981 topology :
7082 variables :
@@ -96,6 +108,8 @@ apiVersion: cluster.x-k8s.io/v1beta1
96108kind : Cluster
97109metadata :
98110 name : <NAME>
111+ labels :
112+ cluster.x-k8s.io/provider : <PROVIDER>
99113spec :
100114 topology :
101115 variables :
You can’t perform that action at this time.
0 commit comments