diff options
| -rw-r--r-- | kubectl-conventions.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubectl-conventions.md b/kubectl-conventions.md index 8705d285..3e7e8803 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 |
