mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #41480 from liggitt/kubemark-scheduler
Mount kubeconfig dir into kubemark container
This commit is contained in:
		@@ -28,9 +28,15 @@ spec:
 | 
				
			|||||||
      initialDelaySeconds: 15
 | 
					      initialDelaySeconds: 15
 | 
				
			||||||
      timeoutSeconds: 15
 | 
					      timeoutSeconds: 15
 | 
				
			||||||
    volumeMounts:
 | 
					    volumeMounts:
 | 
				
			||||||
 | 
					    - name: srvkube
 | 
				
			||||||
 | 
					      mountPath: /etc/srv/kubernetes
 | 
				
			||||||
 | 
					      readOnly: true
 | 
				
			||||||
    - name: logfile
 | 
					    - name: logfile
 | 
				
			||||||
      mountPath: /var/log/kube-scheduler.log
 | 
					      mountPath: /var/log/kube-scheduler.log
 | 
				
			||||||
  volumes:
 | 
					  volumes:
 | 
				
			||||||
 | 
					  - name: srvkube
 | 
				
			||||||
 | 
					    hostPath:
 | 
				
			||||||
 | 
					      path: /etc/srv/kubernetes
 | 
				
			||||||
  - name: logfile
 | 
					  - name: logfile
 | 
				
			||||||
    hostPath:
 | 
					    hostPath:
 | 
				
			||||||
      path: /var/log/kube-scheduler.log
 | 
					      path: /var/log/kube-scheduler.log
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user