File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
content/ko/docs/concepts/overview/working-with-objects Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
# - mikedanese
5
5
# - thockin
6
6
title : 네임스페이스
7
+ api_metadata :
8
+ - apiVersion : " v1"
9
+ kind : " Namespace"
7
10
content_type : concept
8
11
weight : 45
9
12
---
@@ -58,7 +61,7 @@ weight: 45
58
61
[ 네임스페이스 관리자 가이드 문서] ( /ko/docs/tasks/administer-cluster/namespaces/ ) 에 기술되어 있다.
59
62
60
63
{{< note >}}
61
- ` kube- ` 접두사로 시작하는 네임스페이스는 쿠버네티스 시스템용으로 예약되어 있으므로, 사용자는 이러한 네임스페이스를 생성하지 않는다.
64
+ ` kube- ` 접두사로 시작하는 네임스페이스는 쿠버네티스 시스템용으로 예약되어 있으므로, 사용자는 이러한 네임스페이스를 생성하지 않는다.
62
65
{{< /note >}}
63
66
64
67
### 네임스페이스 조회
@@ -76,6 +79,7 @@ kube-public Active 1d
76
79
kube-system Active 1d
77
80
```
78
81
82
+
79
83
### 요청에 네임스페이스 설정하기
80
84
81
85
현재 요청에 대한 네임스페이스를 설정하기 위해서 ` --namespace ` 플래그를 사용한다.
@@ -146,10 +150,9 @@ kubectl api-resources --namespaced=false
146
150
147
151
## 자동 레이블링
148
152
149
- {{< feature-state state="beta" for_k8s_version="1.21 " >}}
153
+ {{< feature-state for_k8s_version="1.22" state="stable " >}}
150
154
151
- 쿠버네티스 컨트롤 플레인은 ` NamespaceDefaultLabelName ` [ 기능 게이트] ( /ko/docs/reference/command-line-tools-reference/feature-gates/ ) 가
152
- 활성화된 경우 모든 네임스페이스에 변경할 수 없는(immutable) {{< glossary_tooltip text="레이블" term_id="label" >}}
155
+ 쿠버네티스 컨트롤 플레인은 ` NamespaceDefaultLabelName ` 모든 네임스페이스에 변경할 수 없는(immutable) {{< glossary_tooltip text="레이블" term_id="label" >}}
153
156
` kubernetes.io / metadata.name ` 을 설정한다.
154
157
레이블 값은 네임스페이스 이름이다.
155
158
@@ -158,3 +161,4 @@ kubectl api-resources --namespaced=false
158
161
159
162
* [ 신규 네임스페이스 생성] ( /ko/docs/tasks/administer-cluster/namespaces/#새-네임스페이스-생성하기 ) 에 대해 더 배우기.
160
163
* [ 네임스페이스 삭제] ( /ko/docs/tasks/administer-cluster/namespaces/#네임스페이스-삭제하기 ) 에 대해 더 배우기.
164
+
You can’t perform that action at this time.
0 commit comments