mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
kubectl-config: fix missing square brackets (#20106)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
@@ -17,9 +17,13 @@
|
||||
|
||||
`kubectl config current-context`
|
||||
|
||||
- 현재 컨텍스트의 기본 네임스페이스 설정:
|
||||
|
||||
`kubectl config set-context --current --namespace {{네임스페이스}}`
|
||||
|
||||
- 다른 컨텍스트로 전환:
|
||||
|
||||
`kubectl config {{use|use-context}} {{컨텍스트_이름}}`
|
||||
`kubectl config {{[use|use-context]}} {{컨텍스트_이름}}`
|
||||
|
||||
- 클러스터/컨텍스트/사용자 삭제:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user