mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #46035 from crassirostris/fluentd-config-version-bump
Automatic merge from submit-queue Add version for fluentd-gcp config Fluentd-gcp config should be versioned, because otherwise during the update race can happen and the new pod can mount the old config
This commit is contained in:
commit
c4229be7ad
@ -415,7 +415,7 @@ data:
|
|||||||
</store>
|
</store>
|
||||||
</match>
|
</match>
|
||||||
metadata:
|
metadata:
|
||||||
name: fluentd-gcp-config
|
name: fluentd-gcp-config-v1.0
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
labels:
|
labels:
|
||||||
addonmanager.kubernetes.io/mode: Reconcile
|
addonmanager.kubernetes.io/mode: Reconcile
|
||||||
|
@ -118,7 +118,7 @@ spec:
|
|||||||
path: /usr/lib64
|
path: /usr/lib64
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: fluentd-gcp-config
|
name: fluentd-gcp-config-v1.0
|
||||||
- name: ssl-certs
|
- name: ssl-certs
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/ssl/certs
|
path: /etc/ssl/certs
|
||||||
|
Loading…
Reference in New Issue
Block a user