Merge pull request #34392 from k82cn/k8s_34391
Automatic merge from submit-queue Added DEFAULT_NETWORK_IF_NAME when starting nodes. fixes #34391
This commit is contained in:
		| @@ -153,6 +153,7 @@ function echo-kube-env() { | ||||
|   echo "MASTER_IP='${MASTER_IP}'" | ||||
|   echo "NODE_NAMES=(${NODE_NAMES[@]})" | ||||
|   echo "NODE_IPS=(${NODE_IPS[@]})" | ||||
|   echo "DEFAULT_NETWORK_IF_NAME=${DEFAULT_NETWORK_IF_NAME}" | ||||
|   echo "CONTAINER_SUBNET='${CONTAINER_SUBNET}'" | ||||
|   echo "CLUSTER_IP_RANGE='${CLUSTER_IP_RANGE}'" | ||||
|   echo "MASTER_CONTAINER_SUBNET='${MASTER_CONTAINER_SUBNET}'" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Submit Queue
					Kubernetes Submit Queue