Changing the logger daemonset's update strategy (#714)

Changing the logger daemonset's update strategy from OnDelete to RollingUpdate (Ref: https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#daemonset-update-strategy)
This commit is contained in:
Vishal
2018-05-31 23:42:23 +05:30
committed by GitHub
parent a761393816
commit 202cc3cb7e
+2 -1
View File
@@ -458,7 +458,8 @@ spec:
- name: fission-log
hostPath:
path: /var/log/fission
updateStrategy:
type: RollingUpdate
---
apiVersion: extensions/v1beta1
kind: Deployment