File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
manifests/02-admission-control
node-pools/master-default Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,6 @@ data:
197
197
{{- end}}
198
198
199
199
node.node-not-ready-taint.enable : " {{ .Cluster.ConfigItems.teapot_admission_controller_node_not_ready_taint }}"
200
- node.karpenter-unregistered-taint.enable : " true"
201
200
node.extended-node-restriction.enable : " true"
202
201
203
202
{{- range $group, $provider := nodeLifeCycleProviderPerNodePoolGroup .Cluster.NodePools }}
Original file line number Diff line number Diff line change 33
33
priorityClassName : system-cluster-critical
34
34
containers :
35
35
- name : admission-controller
36
- image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller:master-247
36
+ image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller:master-248
37
37
lifecycle :
38
38
preStop :
39
39
exec :
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ write_files:
221
221
limits :
222
222
memory : {{ .Values.InstanceInfo.MemoryFraction (parseInt64 .Cluster.ConfigItems.apiserver_memory_limit_percent)}}
223
223
{{- end }}
224
- - image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller:master-247
224
+ - image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller:master-248
225
225
name : admission-controller
226
226
lifecycle :
227
227
preStop :
You can’t perform that action at this time.
0 commit comments