Skip to content

Commit 2014eda

Browse files
authored
Merge pull request #74505 from xenolinux/verify-scale-down
OSDOCS#10232: Add a verification step for scaling down node pools
2 parents 9037338 + 16fbb86 commit 2014eda

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/scale-down-data-plane.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,12 @@ $ oc scale nodepool/<NODEPOOL_NAME> --namespace <HOSTED_CLUSTER_NAMESPACE> --rep
8888
----
8989
+
9090
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

Comments
 (0)