Parcourir la source

Notes for schedule behavior.

Diego Castro (dscastro) il y a 9 ans
Parent
commit
7a12b21085
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 12 0
      roles/openshift_node/README.md

+ 12 - 0
roles/openshift_node/README.md

@@ -34,6 +34,18 @@ openshift_common
 Example Playbook
 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
 TODO
 
 
 License
 License