From 3cc8cb9486d8e64fa19d58a1ff789ae4f51edabd Mon Sep 17 00:00:00 2001 From: Silas Boyd-Wickizer Date: Mon, 15 Aug 2016 08:32:24 -0700 Subject: [PATCH] Add a short `-n` for `kubectl`'s `--namespace` fixes #24078 --namespace is a very common flag for nearly every kubectl command we have. We should claim -n for it. --- kubectl-conventions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/kubectl-conventions.md b/kubectl-conventions.md index 8705d2856..3e7e88033 100644 --- a/kubectl-conventions.md +++ b/kubectl-conventions.md @@ -142,6 +142,7 @@ list when adding new short flags * `-f`: Resource file * also used for `--follow` in `logs`, but should be deprecated in favor of `-F` + * `-n`: Namespace scope * `-l`: Label selector * also used for `--labels` in `expose`, but should be deprecated * `-L`: Label columns