Created
March 4, 2025 10:52
-
-
Save omps/38ef78328a3fb86549165ce6b14dbf6a to your computer and use it in GitHub Desktop.
Kubernetes Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Worker node is connected but doesn't have any role defined. | |
``` | |
kubectl label node k8s-node1 node-role.kubernetes.io/worker=worker | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment