File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ jobs:
5050
5151 make -C ./hack/aks set-kubeconf AZCLI=az CLUSTER=${{ parameters.clusterName }}
5252 make -C ./hack/aks windows-nodepool-up AZCLI=az SUB=$(SUB_AZURE_NETWORK_AGENT_BUILD_VALIDATIONS) CLUSTER=${{ parameters.clusterName }} VM_SIZE_WIN=${{ parameters.vmSize }}
53- echo "Windows node was successfully added to v4 Overlay Cluster "
53+ echo "Windows node was successfully added"
5454 kubectl cluster-info
5555 kubectl get node -owide
5656 kubectl get po -owide -A
5757 else
5858 echo "Windows node pool already exists in the AKS cluster."
5959 fi
6060 name : " Add_Windows_Node"
61- displayName : " Add windows node on v4 overlay cluster"
61+ displayName : " Add windows node to cluster"
6262 retryCountOnTaskFailure : ${{ parameters.retryCount }}
You can’t perform that action at this time.
0 commit comments