mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	remove NODE_IPS
remove NODE_IPS in create-kube-controller-manager-opts, useless
This commit is contained in:
		@@ -479,7 +479,7 @@ function provision-master() {
 | 
				
			|||||||
      '${SERVICE_NODE_PORT_RANGE}' \
 | 
					      '${SERVICE_NODE_PORT_RANGE}' \
 | 
				
			||||||
      '${MASTER_IP}' \
 | 
					      '${MASTER_IP}' \
 | 
				
			||||||
      '${ALLOW_PRIVILEGED}'
 | 
					      '${ALLOW_PRIVILEGED}'
 | 
				
			||||||
    create-kube-controller-manager-opts '${NODE_IPS}'
 | 
					    create-kube-controller-manager-opts
 | 
				
			||||||
    create-kube-scheduler-opts
 | 
					    create-kube-scheduler-opts
 | 
				
			||||||
    create-flanneld-opts '127.0.0.1' '${MASTER_IP}'
 | 
					    create-flanneld-opts '127.0.0.1' '${MASTER_IP}'
 | 
				
			||||||
    FLANNEL_OTHER_NET_CONFIG='${FLANNEL_OTHER_NET_CONFIG}' sudo -E -p '[sudo] password to start master: ' -- /bin/bash -ce '
 | 
					    FLANNEL_OTHER_NET_CONFIG='${FLANNEL_OTHER_NET_CONFIG}' sudo -E -p '[sudo] password to start master: ' -- /bin/bash -ce '
 | 
				
			||||||
@@ -653,7 +653,7 @@ function provision-masterandnode() {
 | 
				
			|||||||
      '${SERVICE_NODE_PORT_RANGE}' \
 | 
					      '${SERVICE_NODE_PORT_RANGE}' \
 | 
				
			||||||
      '${MASTER_IP}' \
 | 
					      '${MASTER_IP}' \
 | 
				
			||||||
      '${ALLOW_PRIVILEGED}'
 | 
					      '${ALLOW_PRIVILEGED}'
 | 
				
			||||||
    create-kube-controller-manager-opts '${NODE_IPS}'
 | 
					    create-kube-controller-manager-opts
 | 
				
			||||||
    create-kube-scheduler-opts
 | 
					    create-kube-scheduler-opts
 | 
				
			||||||
    create-kubelet-opts \
 | 
					    create-kubelet-opts \
 | 
				
			||||||
      '${MASTER_IP}' \
 | 
					      '${MASTER_IP}' \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user