fix: disable feature flag for now
This commit is contained in:
parent
8d4bf09214
commit
0db3a75611
@ -2,8 +2,9 @@
|
|||||||
{{- /* Issues: "MemoryQoS" */ -}}
|
{{- /* Issues: "MemoryQoS" */ -}}
|
||||||
{{- /* v1.30?: "NodeSwap" */ -}}
|
{{- /* v1.30?: "NodeSwap" */ -}}
|
||||||
{{- /* v1.29: remove/beta now "SidecarContainers" */ -}}
|
{{- /* v1.29: remove/beta now "SidecarContainers" */ -}}
|
||||||
|
{{- /* v1.28: "PodAndContainerStatsFromCRI" still not working */ -}}
|
||||||
{{- define "kubeadm.featuregates" }}
|
{{- define "kubeadm.featuregates" }}
|
||||||
{{- $gates := list "CustomCPUCFSQuotaPeriod" "SidecarContainers" "PodAndContainerStatsFromCRI" }}
|
{{- $gates := list "CustomCPUCFSQuotaPeriod" "SidecarContainers" }}
|
||||||
{{- if eq .return "csv" }}
|
{{- if eq .return "csv" }}
|
||||||
{{- range $key := $gates }}
|
{{- range $key := $gates }}
|
||||||
{{- $key }}=true,
|
{{- $key }}=true,
|
||||||
|
@ -84,6 +84,11 @@ cilium:
|
|||||||
tolerations:
|
tolerations:
|
||||||
- key: node-role.kubernetes.io/control-plane
|
- key: node-role.kubernetes.io/control-plane
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
|
# the operator removes the taints,
|
||||||
|
# so we need to break chicken egg on single controller
|
||||||
|
- key: node.cilium.io/agent-not-ready
|
||||||
|
effect: NoSchedule
|
||||||
|
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
node-role.kubernetes.io/control-plane: ""
|
node-role.kubernetes.io/control-plane: ""
|
||||||
prometheus:
|
prometheus:
|
||||||
|
Loading…
Reference in New Issue
Block a user