Make DNS and Heapster critical pods

This commit is contained in:
Piotr Szczesniak
2016-08-19 14:47:56 +02:00
parent a8577f9816
commit 3230a9f36f
8 changed files with 24 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ spec:
labels:
k8s-app: heapster
version: v1.2.0-beta.1
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
scheduler.alpha.kubernetes.io/tolerations: '[{"key":"CriticalAddonsOnly", "operator":"Exists"}]'
spec:
containers:
- image: gcr.io/google_containers/heapster:v1.2.0-beta.1