Skip to content

Instantly share code, notes, and snippets.

@omps
Created March 4, 2025 10:52
Show Gist options
  • Save omps/38ef78328a3fb86549165ce6b14dbf6a to your computer and use it in GitHub Desktop.
Save omps/38ef78328a3fb86549165ce6b14dbf6a to your computer and use it in GitHub Desktop.
Kubernetes Commands
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