9.3.3 Verifying Scaling Down
- Verify the OUDSM pod
oudsm-2
is terminated:
For example:kubectl get pods -n <namespace>
The output will look similar to the following:kubectl get pods -n oudsmns
TheNAME READY STATUS RESTARTS AGE pod/oudsm-1 1/1 Running 0 92m pod/oudsm-2 1/1 Terminating 0 19m
oudsm-2
pod has moved to aSTATUS
ofTerminating
.The pod will take a minute or two to stop and then will disappear:NAME READY STATUS RESTARTS AGE pod/oudsm-1 1/1 Running 0 94m