mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Enable containerized storage mounter on GCI
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
		@@ -475,7 +475,10 @@ function start-kubelet {
 | 
			
		||||
  flags+=" --config=/etc/kubernetes/manifests"
 | 
			
		||||
  flags+=" --kubelet-cgroups=/kubelet"
 | 
			
		||||
  flags+=" --system-cgroups=/system"
 | 
			
		||||
 | 
			
		||||
  flags+=" --experimental-mounter-path=${KUBE_HOME}/bin/mounter"
 | 
			
		||||
  # Note: This patch must match the rootfs path in mounter/mounter
 | 
			
		||||
  flags+=" --experimental-mounter-rootfs-path=/media/root"
 | 
			
		||||
  
 | 
			
		||||
  if [[ -n "${KUBELET_PORT:-}" ]]; then
 | 
			
		||||
    flags+=" --port=${KUBELET_PORT}"
 | 
			
		||||
  fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user