Skip to content

Commit 4311139

Browse files
authored
Merge pull request #48479 from xenolinux/spec-template
BZ2103619: Updates a sample pod configuration
2 parents 4233985 + 7d8a3b9 commit 4311139

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

modules/nodes-scheduler-taints-tolerations-adding-machineset.adoc

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,11 @@ For example:
3737
[source,yaml]
3838
----
3939
spec:
40-
....
41-
template:
42-
....
43-
spec:
44-
tolerations:
45-
- key: "key1"
46-
operator: "Exists"
47-
effect: "NoExecute"
48-
tolerationSeconds: 3600
40+
tolerations:
41+
- key: "key1"
42+
operator: "Exists"
43+
effect: "NoExecute"
44+
tolerationSeconds: 3600
4945
----
5046

5147
. Add the taint to the `MachineSet` object:

0 commit comments

Comments
 (0)