We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e250f5 commit 16fbb86Copy full SHA for 16fbb86
modules/scale-down-data-plane.adoc
@@ -88,3 +88,12 @@ $ oc scale nodepool/<NODEPOOL_NAME> --namespace <HOSTED_CLUSTER_NAMESPACE> --rep
88
----
89
+
90
After rescaling the `NodePool` resource, wait for couple of minutes for the `NodePool` resource to become available in a `Ready` state.
91
92
+.Verification
93
94
+* Verify that the value for the `nodeDrainTimeout` field is greater than `0s` by running the following command:
95
++
96
+[source,terminal]
97
+----
98
+$ oc get nodepool -n <hosted_cluster_namespace> <nodepool_name> -ojsonpath='{.spec.nodeDrainTimeout}'
99
0 commit comments