Browse Source

Notes for schedule behavior.

Diego Castro (dscastro) 9 years ago
parent
commit
7a12b21085
1 changed files with 12 additions and 0 deletions
  1. 12 0
      roles/openshift_node/README.md

+ 12 - 0
roles/openshift_node/README.md

@@ -34,6 +34,18 @@ openshift_common
 Example Playbook
 ----------------
 
+Notes
+-----
+
+Currently we support re-labeling nodes but we don't re-schedule running pods nor remove existing labels. That means you will have to trigger the re-schedulling manually. To re-schedule your pods, just follow the steps below:
+
+```
+oadm manage-node --schedulable=false ${NODE}
+oadm manage-node --evacuate ${NODE}
+oadm manage-node --schedulable=true ${NODE}
+````
+
+
 TODO
 
 License