looks like a couple of words got swapped when describing the ConfigMap for kube-dns, just fixing that up
This commit is contained in:
committed by
Andrew Chen
parent
e93bb9dc27
commit
0e1670ccb8
@@ -236,7 +236,7 @@ metadata:
|
|||||||
name: kube-dns
|
name: kube-dns
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
data:
|
data:
|
||||||
federations: <federation-name>=<dns-domain-name>
|
federations: <federation-name>=<federation-domain-name>
|
||||||
```
|
```
|
||||||
|
|
||||||
where `<federation-name>` should be replaced by the name you want to give to your
|
where `<federation-name>` should be replaced by the name you want to give to your
|
||||||
|
|||||||
Reference in New Issue
Block a user