feat(calico): set tolerations for typha "CriticalAddonsOnly"

!23
This commit is contained in:
2024-02-03 14:39:34 +09:30
parent 623d178196
commit a45fe0c9f9

View File

@ -42,4 +42,12 @@ spec:
nonPrivileged: Disabled
serviceCIDRs:
- {{ kubernetes_config.cluster.networking.ServiceSubnet }}
typhaDeployment:
spec:
template:
spec:
tolerations:
- effect: NoExecute
key: CriticalAddonsOnly
value: "true"
variant: Calico