[ko] Fix typo in 'DNS for Services and Pods' page

pull/44203/head
InJongPark 2023-12-04 17:14:21 +09:00 committed by miles.in
parent ecd82126a6
commit 21947da1fa
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` 필드에서 다음과 같은 속성들을 지정할 수 있다.