We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From K8s version 1.16v onwards roles of nodes are not coming and due to this below code output is coming as zero
echo -e "\e[1m\e[39mCluster Node Status:\e[21m" echo -e "${BLUE}"ALL Nodes" :${GREEN}$nodes" echo -e "${BLUE}"Worker Nodes" :${GREEN}$worker" echo -e "${BLUE}"Master Nodes" :${GREEN}$master" echo -e "${BLUE}"Nodes Status" :${GREEN}$node_status"
output Cluster Node Status: ALL Nodes :19 Worker Nodes :0 Master Nodes :0 Nodes Status :Ready
Cluster Node Status: ALL Nodes :19 Worker Nodes :0 Master Nodes :0 Nodes Status :Ready
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From K8s version 1.16v onwards roles of nodes are not coming and due to this below code output is coming as zero
output
Cluster Node Status: ALL Nodes :19 Worker Nodes :0 Master Nodes :0 Nodes Status :Ready
The text was updated successfully, but these errors were encountered: