Make daemonsets upgradeable (#1606)

Canal will be covered by a separate PR
This commit is contained in:
Matthew Mosesohn
2017-09-04 11:30:01 +03:00
committed by GitHub
parent 77602dbb93
commit 660282e82f
5 changed files with 14 additions and 13 deletions

View File

@@ -44,3 +44,7 @@ spec:
requests:
cpu: {{ netchecker_agent_cpu_requests }}
memory: {{ netchecker_agent_memory_requests }}
updateStrategy:
rollingUpdate:
maxUnavailable: 1
type: RollingUpdate