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

@@ -154,3 +154,8 @@ items:
- name: lib-modules
hostPath:
path: /lib/modules
updateStrategy:
rollingUpdate:
maxUnavailable: 1
type: RollingUpdate