mirror of https://github.com/kubernetes/kops.git
Fix reference to heapster Deployment in addon
The `heapster-nanny` container requires a reference to its own deployment, which is named `heapster` in these manifests. Fix #581
This commit is contained in:
parent
8884ec793f
commit
187a13bfc8
|
@ -58,7 +58,7 @@ spec:
|
|||
- --memory=140Mi
|
||||
- --extra-memory=4Mi
|
||||
- --threshold=5
|
||||
- --deployment=heapster-v1.1.0
|
||||
- --deployment=heapster
|
||||
- --container=heapster
|
||||
- --poll-period=300000
|
||||
- --estimator=exponential
|
||||
|
|
|
@ -69,7 +69,7 @@ spec:
|
|||
- --memory=140Mi
|
||||
- --extra-memory=4Mi
|
||||
- --threshold=5
|
||||
- --deployment=heapster-v1.2.0
|
||||
- --deployment=heapster
|
||||
- --container=heapster
|
||||
- --poll-period=300000
|
||||
- --estimator=exponential
|
||||
|
|
Loading…
Reference in New Issue