Skip to content

Commit 098ae3c

Browse files
committed
Fixed link for BZ-1911759
1 parent a88a562 commit 098ae3c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

modules/nodes-nodes-managing-about.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ For example:
1818
+
1919
[source,terminal]
2020
----
21-
$ oc get machineconfigpool --show-labels
21+
$ oc get machineconfigpool --show-labels
2222
----
2323
+
2424
.Example output
2525
[source,terminal]
2626
----
2727
NAME CONFIG UPDATED UPDATING DEGRADED LABELS
2828
master rendered-master-e05b81f5ca4db1d249a1bf32f9ec24fd True False False operator.machineconfiguration.openshift.io/required-for-upgrade=
29-
worker rendered-worker-f50e78e1bc06d8e82327763145bfcf62 True False False
29+
worker rendered-worker-f50e78e1bc06d8e82327763145bfcf62 True False False
3030
----
3131

3232
.. Add a custom label to the desired machine config pool.
@@ -82,11 +82,10 @@ For example:
8282
$ oc create -f master-kube-config.yaml
8383
----
8484

85-
Most https://github.com/openshift/machine-config-operator/blob/master/install/0000_80_machine-config-operator_01_kubeletconfig.crd.yaml[KubeletConfig Options] can be set by the user. The following options are not allowed to be overwritten:
85+
Most https://github.com/kubernetes/kubelet/blob/master/config/v1beta1/types.go[KubeletConfig Options] can be set by the user. The following options are not allowed to be overwritten:
8686

8787
* CgroupDriver
8888
* ClusterDNS
8989
* ClusterDomain
9090
* RuntimeRequestTimeout
9191
* StaticPodPath
92-

0 commit comments

Comments
 (0)