mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #129107 from rphillips/wait_for_coredns
local-up-cluster: only wait for coredns if enabled
This commit is contained in:
		@@ -1430,7 +1430,9 @@ if [[ "${START_MODE}" != "kubeletonly" ]]; then
 | 
				
			|||||||
        ;;
 | 
					        ;;
 | 
				
			||||||
      Linux)
 | 
					      Linux)
 | 
				
			||||||
        start_kubeproxy
 | 
					        start_kubeproxy
 | 
				
			||||||
        wait_coredns_available
 | 
					        if [[ "${ENABLE_CLUSTER_DNS}" = true ]]; then
 | 
				
			||||||
 | 
					          wait_coredns_available
 | 
				
			||||||
 | 
					        fi
 | 
				
			||||||
        ;;
 | 
					        ;;
 | 
				
			||||||
      *)
 | 
					      *)
 | 
				
			||||||
        print_color "Unsupported host OS.  Must be Linux or Mac OS X, kube-proxy aborted."
 | 
					        print_color "Unsupported host OS.  Must be Linux or Mac OS X, kube-proxy aborted."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user