From fae05647ed69794fb40f030dd2dfaed38d4cd1f9 Mon Sep 17 00:00:00 2001 From: David Tesar Date: Mon, 2 Apr 2018 16:25:22 -0700 Subject: [PATCH] fix yaml spacing --- .../kubernetesmasteraddons-calico-daemonset.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/parts/k8s/addons/kubernetesmasteraddons-calico-daemonset.yaml b/parts/k8s/addons/kubernetesmasteraddons-calico-daemonset.yaml index 122f7212ef..a5c3595a82 100644 --- a/parts/k8s/addons/kubernetesmasteraddons-calico-daemonset.yaml +++ b/parts/k8s/addons/kubernetesmasteraddons-calico-daemonset.yaml @@ -274,14 +274,14 @@ spec: metadata: labels: k8s-app: calico-node - annotations: - # This, along with the CriticalAddonsOnly toleration below, - # marks the pod as a critical add-on, ensuring it gets - # priority scheduling and that its resources are reserved - # if it ever gets evicted. - # Deprecated in 1.10, Removed in 1.11. kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods - scheduler.alpha.kubernetes.io/critical-pod: '' - spec: + annotations: + # This, along with the CriticalAddonsOnly toleration below, + # marks the pod as a critical add-on, ensuring it gets + # priority scheduling and that its resources are reserved + # if it ever gets evicted. + # Deprecated in 1.10, Removed in 1.11. kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods + scheduler.alpha.kubernetes.io/critical-pod: '' + spec: hostNetwork: true serviceAccountName: calico-node tolerations: