Skip to content

Commit

Permalink
Update outdated files in dev-1.26.-ko.1 [M149-155]
Browse files Browse the repository at this point in the history
  • Loading branch information
Virusuki committed May 13, 2023
1 parent 8136841 commit 801be95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ data:
```

{{< note >}}
CoreDNS는 스텁 도메인 및 네임서버(예: ns.foo.com)에 대한 FQDN를 지원하지 않는다.
CoreDNS는 스텁 도메인 및 네임서버(예: ns.foo.com)에 대한 FQDN을 지원하지 않는다.
변환 과정에서, 모든 FQDN 네임서버는 CoreDNS 설정에서 생략된다.
{{< /note >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ resources:

{{< note >}}

`리밋레인지`는 적용되는 기본 값의 일관성을 검사하지 않는다. 이는 `리밋레인지`에 의해 설정된 _상한_의 기본값이 클라이언트가 API 서버에 제출하는 사양의 컨테이너에 대해 지정된 _요청량_ 값보다 작을 수 있음을 의미한다. 이 경우, 최종 파드는 스케줄링할 수 없습니다.
`리밋레인지`는 적용되는 기본 값의 일관성을 검사하지 않는다. 이는 `리밋레인지`에 의해 설정된 _상한_의 기본값이 클라이언트가 API 서버에 제출하는 사양의 컨테이너에 대해 지정된 _요청량_ 값보다 작을 수 있음을 의미한다. 이 경우, 최종 파드는 스케줄링할 수 없다.
자세한 내용은 [리밋 레인지 개요](/docs/concepts/policy/limit-range/#constraints-on-resource-limits-and-requests)를 참조한다.

{{< /note >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ minikube의 경우 CLI 도구를 사용하여 실리움을 설치할 수 있다.
curl -LO https://github.com/cilium/cilium-cli/releases/latest/download/cilium-linux-amd64.tar.gz
```

이후 다음과 같은 명령을 사용하여 다운받은 파일을 `/usr/local/bin` 디렉토리에 압축푼다.
이후 다음과 같은 명령을 사용하여 다운받은 파일을 `/usr/local/bin` 디렉토리에 압축을 푼다.

```shell
sudo tar xzvfC cilium-linux-amd64.tar.gz /usr/local/bin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ type: Opaque
## 시크릿(Secret) 작성 {#edit-secret}

매니페스트를 사용하여 생성한 시크릿의 데이터를 편집하려면, 매니페스트에서 `data`
및 `stringData` 필드를 수정하고 해당 파일을 클러스터에 적용합니다.
및 `stringData` 필드를 수정하고 해당 파일을 클러스터에 적용하면 된다.
그렇지 않은 경우 기존의 `시크릿` 오브젝트를 편집할 수 있다.
[수정 불가능한(immutable)](/docs/concepts/configuration/secret/#secret-immutable).

Expand Down

0 comments on commit 801be95

Please sign in to comment.