Skip to content

Commit

Permalink
Update and rename README.md to README.mdg
Browse files Browse the repository at this point in the history
add uncordon node
  • Loading branch information
mt2h authored Jun 7, 2023
1 parent eaf02d5 commit d07c593
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md → README.mdg
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ kubectl describe node kubernetes-worker

#delete node of nodegroup eks aws
kubectl get nodes
kubectl drain ip-10-1-9-18.us-east-1.compute.internal
kubectl delete node ip-10-1-9-18.us-east-1.compute.internal
kubectl drain <node-name>
kubectl delete <node-name>
kubectl uncordon <node-name>
```

# Commands for Limit Range
Expand Down

0 comments on commit d07c593

Please sign in to comment.