mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-16 23:31:21 +00:00
Merge pull request #603 from s1061123/fix/graceperiod
Add grace period to missing deployment template
This commit is contained in:
commit
bd90c262f6
@ -272,6 +272,7 @@ spec:
|
|||||||
mountPath: /host/usr/libexec/cni
|
mountPath: /host/usr/libexec/cni
|
||||||
- name: multus-cfg
|
- name: multus-cfg
|
||||||
mountPath: /tmp/multus-conf
|
mountPath: /tmp/multus-conf
|
||||||
|
terminationGracePeriodSeconds: 10
|
||||||
volumes:
|
volumes:
|
||||||
- name: cni
|
- name: cni
|
||||||
hostPath:
|
hostPath:
|
||||||
@ -341,6 +342,7 @@ spec:
|
|||||||
mountPath: /host/usr/libexec/cni
|
mountPath: /host/usr/libexec/cni
|
||||||
- name: multus-cfg
|
- name: multus-cfg
|
||||||
mountPath: /tmp/multus-conf
|
mountPath: /tmp/multus-conf
|
||||||
|
terminationGracePeriodSeconds: 10
|
||||||
volumes:
|
volumes:
|
||||||
- name: cni
|
- name: cni
|
||||||
hostPath:
|
hostPath:
|
||||||
|
Loading…
Reference in New Issue
Block a user