Update guaranteed-scheduling-critical-addon-pods.md

Fix format: make note multiline.
This commit is contained in:
Stewart-YU
2017-09-03 10:22:26 +08:00
committed by GitHub
parent 3c8a775588
commit 8c7015d4fa
@@ -49,6 +49,7 @@ It doesn't have any user facing configuration (component config) or API and can
### Marking add-on as critical
To be critical an add-on has to run in `kube-system` namespace (configurable via flag) and
* have the `scheduler.alpha.kubernetes.io/critical-pod` annotation set to empty string, and
* have the PodSpec's `tolerations` field set to `[{"key":"CriticalAddonsOnly", "operator":"Exists"}]`