Skip to content

Commit 7c2aaff

Browse files
committed
BZ2103623: Removes pec.template.spec.toleration for a pod
1 parent 3d0084a commit 7c2aaff

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

modules/nodes-scheduler-taints-tolerations-removing.adoc

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,9 @@ node/ip-10-0-132-248.ec2.internal untainted
3838
[source,yaml]
3939
----
4040
spec:
41-
....
42-
template:
43-
....
44-
spec:
45-
tolerations:
46-
- key: "key2"
47-
operator: "Exists"
48-
effect: "NoExecute"
49-
tolerationSeconds: 3600
41+
tolerations:
42+
- key: "key2"
43+
operator: "Exists"
44+
effect: "NoExecute"
45+
tolerationSeconds: 3600
5046
----

0 commit comments

Comments
 (0)