Skip to content

Commit

Permalink
fix: set heapster Deployment to EnsureExists to prevent heapster-nann…
Browse files Browse the repository at this point in the history
…… (#295)

* fix: set heapster Deployment to EnsureExists to prevent heapster-nanny-induced pod thrashing

* fix: actually change the Deployment spec
  • Loading branch information
jackfrancis authored and acs-bot committed Jan 11, 2019
1 parent 6429de9 commit 800a155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ metadata:
labels:
k8s-app: heapster
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
addonmanager.kubernetes.io/mode: EnsureExists
spec:
replicas: 1
selector:
Expand Down

0 comments on commit 800a155

Please sign in to comment.