We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77b688c + 61eec3d commit d0d1e93Copy full SHA for d0d1e93
content/en/docs/tasks/administer-cluster/nodelocaldns.md
@@ -108,7 +108,7 @@ This feature can be enabled using the following steps:
108
* If kube-proxy is running in IPVS mode:
109
110
``` bash
111
- 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
+ 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
112
```
113
114
In this mode, the `node-local-dns` pods listen only on `<node-local-address>`.
0 commit comments