kubernetes doc
This commit is contained in:
13
Containerization & Orchestration/Kubernetes/3-BasicSetup.md
Normal file
13
Containerization & Orchestration/Kubernetes/3-BasicSetup.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
```bash
|
||||
kubectl complation <shell>
|
||||
```
|
||||
|
||||
exapmles:
|
||||
```bash
|
||||
kubectl completion zsh > "${fpath[1]}/_kubectl"
|
||||
```
|
||||
```bash
|
||||
kubectl completion bash > ~/.kube/completion.bash.inc
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user