Add toleration against NoExecute (#768)

This commit is contained in:
Sho Shimizu
2022-01-07 00:06:19 +09:00
committed by GitHub
parent 12df5bda72
commit 6adb4dc4c4
4 changed files with 8 additions and 0 deletions

View File

@@ -166,6 +166,8 @@ spec:
tolerations:
- operator: Exists
effect: NoSchedule
- operator: Exists
effect: NoExecute
serviceAccountName: multus
containers:
- name: kube-multus

View File

@@ -139,6 +139,8 @@ spec:
tolerations:
- operator: Exists
effect: NoSchedule
- operator: Exists
effect: NoExecute
serviceAccountName: multus
containers:
- name: kube-multus

View File

@@ -117,6 +117,8 @@ spec:
tolerations:
- operator: Exists
effect: NoSchedule
- operator: Exists
effect: NoExecute
serviceAccountName: multus
containers:
- name: kube-multus

View File

@@ -166,6 +166,8 @@ spec:
tolerations:
- operator: Exists
effect: NoSchedule
- operator: Exists
effect: NoExecute
serviceAccountName: multus
containers:
- name: kube-multus