File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/ja/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ NodeLocal DNSキャッシュは、クラスターノード上でDNSキャッシ
73
73
* kube-proxyがIPVSモードで稼働中のとき:
74
74
75
75
` ` ` bash
76
- sed -i " s/__PILLAR__LOCAL__DNS__/$localdns /g; s/__PILLAR__DNS__DOMAIN__/$domain /g; s/, __PILLAR__DNS__SERVER__//g; s/__PILLAR__CLUSTER__DNS__/$kubedns /g" nodelocaldns.yaml
76
+ sed -i " s/__PILLAR__LOCAL__DNS__/$localdns /g; s/__PILLAR__DNS__DOMAIN__/$domain /g; s/__PILLAR__DNS__SERVER__//g; s/__PILLAR__CLUSTER__DNS__/$kubedns /g" nodelocaldns.yaml
77
77
` ` `
78
78
このモードでは、node-local-dns Podは` < node-local-address> ` 上のみで待ち受けます。node-local-dnsのインターフェースはkube-dnsのクラスターIPをバインドしません。なぜならばIPVSロードバランシング用に使われているインターフェースは既にこのアドレスを使用しているためです。
79
79
` __PILLAR__UPSTREAM__SERVERS__` はnode-local-dns Podにより生成されます。
You can’t perform that action at this time.
0 commit comments