1
0
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:
Servesha Dudhgaonkar
2022-07-28 19:20:44 +05:30
committed by openshift-cherrypick-robot
parent b8d88198f0
commit 0728b8770e

View File

@@ -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: