Command to remove a project called myproject
$oc login -u <admin> -p <admin-password></admin-password></admin>
$ oc delete project myproject
Command to remove all env labels from all nodes with labels
$ oc label node -l env env-
Pod hello-world-54rdft54-sd34s has a status of Pending. How can you get more info on that pod?
$ oc describe pod hello-world-54rdft54-sd34s
Note: Pods in a Pending state do not have logs.
How do you find a pods node affinity?
$ oc describe pod <pod-name></pod-name>
Look at the setting for Node-Selectors