Extend cheatsheat doc
This commit is contained in:
@@ -7,5 +7,12 @@ List of popular commands and shortcuts
|
|||||||
!^ - first argument
|
!^ - first argument
|
||||||
!$ - last argument
|
!$ - last argument
|
||||||
!* - all arguments
|
!* - all arguments
|
||||||
```
|
|
||||||
|
|
||||||
|
# Kubernetes
|
||||||
|
# ~/.kube/config
|
||||||
|
kubectl config get-contexts
|
||||||
|
kubectl config use-context <context>
|
||||||
|
|
||||||
|
# AWS
|
||||||
|
aws eks update-kubeconfig --name nas
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user