looks like a couple of words got swapped when describing the ConfigMap for kube-dns, just fixing that up
parent
e93bb9dc27
commit
0e1670ccb8
|
@ -236,7 +236,7 @@ metadata:
|
|||
name: kube-dns
|
||||
namespace: kube-system
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue