Merge pull request #27196 from ysyukr/dev-1.20-ko.7-outdated-part-1

[ko] Update to Outdated files in the dev-1.20-ko.7 (p1)
This commit is contained in:
Kubernetes Prow Robot
2021-04-01 07:03:22 -07:00
committed by GitHub
41 changed files with 320 additions and 458 deletions
@@ -51,8 +51,8 @@ _디플로이먼트(Deployment)_ 는 {{< glossary_tooltip text="파드" term_id=
{{< note >}}
`.spec.selector.matchLabels` 필드는 {key,value}의 쌍으로 매핑되어있다. `matchLabels` 에 매핑된
단일 {key,value}은 `matchExpressions` 의 요소에 해당하며, 필드는 "key"에 그리고 연산자는 "In"에 대응되며
배열은 "value"만 포함한다.
단일 {key,value}은 `matchExpressions` 의 요소에 해당하며, `key` 필드는 "key"에 그리고 `operator`는 "In"에 대응되며
`value` 배열은 "value"만 포함한다.
매칭을 위해서는 `matchLabels``matchExpressions` 의 모든 요건이 충족되어야 한다.
{{< /note >}}