File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ description: A chart to install Kubernetes cluster using Cluster API Provider AW
4
4
5
5
type : application
6
6
7
- version : 0.11.1
7
+ version : 0.11.2
8
8
9
9
appVersion : " 2.2.1"
Original file line number Diff line number Diff line change @@ -104,8 +104,11 @@ spec:
104
104
spec :
105
105
joinConfiguration :
106
106
nodeRegistration :
107
+ {{- with $envAll.Values.kubeadmConfig.kubeletExtraArgs }}
107
108
kubeletExtraArgs :
108
109
cloud-provider : aws
110
+ {{ toYaml . }}
109
111
name : ' {{`{{ ds.meta_data.local_hostname }}`}}'
112
+ {{- end }}
110
113
{{- end }}
111
114
{{- end }}
Original file line number Diff line number Diff line change @@ -101,8 +101,11 @@ metadata:
101
101
spec :
102
102
joinConfiguration :
103
103
nodeRegistration :
104
+ {{- with $envAll.Values.kubeadmConfig.kubeletExtraArgs }}
104
105
kubeletExtraArgs :
105
106
cloud-provider : aws
107
+ {{ toYaml . }}
106
108
name : ' {{`{{ ds.meta_data.local_hostname }}`}}'
109
+ {{- end }}
107
110
{{- end }}
108
111
{{- end }}
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ kubeadmControlPlane:
80
80
listen-metrics-urls : " http://0.0.0.0:2381"
81
81
82
82
machinePool : []
83
- # You can define machinePool. referce the belows .
83
+ # You can define machinePool. Refer to below .
84
84
# - name: taco
85
85
# machineType: t3.2xlarge
86
86
# replicas: 3
@@ -110,7 +110,7 @@ machinePool: []
110
110
# additionalSecurityGroups: []
111
111
112
112
machineDeployment : []
113
- # You can define machineDeployment to use cluster-autoscaler on aws. referce the belows .
113
+ # You can define machineDeployment to use cluster-autoscaler on aws. Refer to below .
114
114
# - name: normal
115
115
# numberOfAZ: 3
116
116
# minSizePerAZ: 1
@@ -129,3 +129,10 @@ machineDeployment: []
129
129
130
130
nameOverride : " "
131
131
fullnameOverride : " "
132
+
133
+ # Extra args for kubelet except 'cloud-provider'. Refer to the example below.
134
+ # kubeletExtraArgs:
135
+ # feature-gates: "InPlacePodVerticalScaling=true"
136
+ # max-pods: "110"
137
+ kubeadmConfig :
138
+ kubeletExtraArgs : {}
You can’t perform that action at this time.
0 commit comments