kubectl-config: fix missing square brackets (#20106)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman
2025-12-19 19:20:17 +02:00
committed by GitHub
parent 80792e6a0c
commit 800a967033
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -17,9 +17,13 @@
`kubectl config current-context`
- 현재 컨텍스트의 기본 네임스페이스 설정:
`kubectl config set-context --current --namespace {{네임스페이스}}`
- 다른 컨텍스트로 전환:
`kubectl config {{use|use-context}} {{컨텍스트_이름}}`
`kubectl config {{[use|use-context]}} {{컨텍스트_이름}}`
- 클러스터/컨텍스트/사용자 삭제:
+1 -1
View File
@@ -23,7 +23,7 @@
- Switch to another context:
`kubectl config {{use|use-context}} {{context_name}}`
`kubectl config {{[use|use-context]}} {{context_name}}`
- Delete clusters/contexts/users: