Merge pull request #44203 from parkinjong/patch-3

[ko] Fix typo in 'DNS for Services and Pods' page
pull/45397/head
Kubernetes Prow Robot 2024-01-31 18:56:58 -08:00 committed by GitHub
commit 58f2cd581a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -156,7 +156,7 @@ metadata:
name: busybox
spec:
hostname: busybox-1
subdomain: busy-subdomain
subdomain: busybox-subdomain
containers:
- image: busybox:1.28
command:
@ -172,7 +172,7 @@ metadata:
name: busybox
spec:
hostname: busybox-2
subdomain: busy-subdomain
subdomain: busybox-subdomain
containers:
- image: busybox:1.28
command:
@ -276,9 +276,9 @@ spec:
사용자들은 파드의 DNS 설정을 통해서 직접 파드의 DNS를 세팅할 수 있다.
`dnsConfig` 필드는 선택적이고, `dnsPolicy` 세팅과 함께 동작한다.
이때, 파드의 `dnsPolicy`의 값이 "`None`"으로 설정되어 있어야
`dnsConfig` 필드를 지정할 수 있다.
`dnsConfig` 필드는 선택적이며, 모든 `dnsPolicy` 설정값에 대해 동작할 수 있다.
이때, 파드의 `dnsPolicy`의 값이 "`None`"으로 설정되어 있으면
`dnsConfig` 필드를 필수로 지정해야 한다.
사용자는 `dnsConfig` 필드에서 다음과 같은 속성들을 지정할 수 있다.