Skip to content

Commit

Permalink
Update k8s-labels.md (rackerlabs#189)
Browse files Browse the repository at this point in the history
fix type
  • Loading branch information
timolow authored Mar 28, 2024
1 parent 7141389 commit 205db82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/k8s-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Make sure you label things accordingly.
kubectl label node $(kubectl get nodes | awk '/compute/ {print $1}') openstack-network-node=enabled

# Label all workers - Recommended and used when deploying Kubernetes specific services
kubectl label node $(kubectl get nodes | awk '/worker/ {print $1}') node-role.kubernetes.io/worker=workerx
kubectl label node $(kubectl get nodes | awk '/worker/ {print $1}') node-role.kubernetes.io/worker=worker
```

### Validate node labels
Expand Down

0 comments on commit 205db82

Please sign in to comment.