Merge pull request #41480 from liggitt/kubemark-scheduler

Mount kubeconfig dir into kubemark container
This commit is contained in:
Wojciech Tyczynski 2017-02-15 16:08:59 +01:00 committed by GitHub
commit 50fe01600c

View File

@ -28,9 +28,15 @@ spec:
initialDelaySeconds: 15
timeoutSeconds: 15
volumeMounts:
- name: srvkube
mountPath: /etc/srv/kubernetes
readOnly: true
- name: logfile
mountPath: /var/log/kube-scheduler.log
volumes:
- name: srvkube
hostPath:
path: /etc/srv/kubernetes
- name: logfile
hostPath:
path: /var/log/kube-scheduler.log