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:
Kubernetes Submit Queue 2017-05-22 02:08:20 -07:00 committed by GitHub
commit c4229be7ad
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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