mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
BZ2103619: Updates a sample pod configuration
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
b8d88198f0
commit
0728b8770e
@@ -37,15 +37,11 @@ For example:
|
||||
[source,yaml]
|
||||
----
|
||||
spec:
|
||||
....
|
||||
template:
|
||||
....
|
||||
spec:
|
||||
tolerations:
|
||||
- key: "key1"
|
||||
operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
tolerationSeconds: 3600
|
||||
tolerations:
|
||||
- key: "key1"
|
||||
operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
tolerationSeconds: 3600
|
||||
----
|
||||
|
||||
. Add the taint to the `MachineSet` object:
|
||||
|
||||
Reference in New Issue
Block a user