summaryrefslogtreecommitdiff
path: root/plugins/kubectl/README.md
diff options
context:
space:
mode:
authorYusuf Kocaman <yusuf.kocaman@enuygun.com>2019-01-07 17:35:39 +0300
committerYusuf Kocaman <yusuf.kocaman@enuygun.com>2019-01-07 17:35:39 +0300
commitd8c71bbce128aaf9f774bf38b6dc573d1a29380d (patch)
tree2bc1f24a530b182e70485da5ec3ffafcca688f10 /plugins/kubectl/README.md
parent2596aef866e67425d450f8fc006ec0e216e01c93 (diff)
downloadzsh-d8c71bbce128aaf9f774bf38b6dc573d1a29380d.tar.gz
zsh-d8c71bbce128aaf9f774bf38b6dc573d1a29380d.tar.bz2
zsh-d8c71bbce128aaf9f774bf38b6dc573d1a29380d.zip
added details about kcn and kres
Diffstat (limited to 'plugins/kubectl/README.md')
-rw-r--r--plugins/kubectl/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/kubectl/README.md b/plugins/kubectl/README.md
index a93a9339e..b30f90548 100644
--- a/plugins/kubectl/README.md
+++ b/plugins/kubectl/README.md
@@ -46,6 +46,7 @@ plugins=(... kubectl)
| kdeli | `kubectl delete ingress` | Delete ingress resources matching passed argument |
| | | **Namespace management** |
| kgns | `kubectl get namespaces` | List the current namespaces in a cluster |
+| kcn | `kubectl config set-context ...` | Change current namespace |
| kens | `kubectl edit namespace` | Edit namespace resource from the default editor |
| kdns | `kubectl describe namespace` | Describe namespace resource in detail |
| kdelns | `kubectl delete namespace` | Delete the namespace. WARNING! This deletes everything in the namespace |
@@ -67,6 +68,7 @@ plugins=(... kubectl)
| kdeld | `kubectl delete deployment` | Delete the deployment |
| ksd | `kubectl scale deployment` | Scale a deployment |
| krsd | `kubectl rollout status deployment` | Check the rollout status of a deployment |
+| kres | `kubectl set env $@ REFRESHED_AT=...` | Recreate all pods in deployment with zero-downtime |
| | | **Rollout management** |
| kgrs | `kubectl get rs` | To see the ReplicaSet `rs` created by the deployment |
| krh | `kubectl rollout history` | Check the revisions of this deployment |