Extend cheatsheat doc

This commit is contained in:
Martin Blazik
2020-09-18 10:49:22 +02:00
parent 1268c2d285
commit 4a9c6ebddd

View File

@@ -7,5 +7,12 @@ List of popular commands and shortcuts
!^ - first argument
!$ - last argument
!* - all arguments
```
# Kubernetes
# ~/.kube/config
kubectl config get-contexts
kubectl config use-context <context>
# AWS
aws eks update-kubeconfig --name nas
```