mirror of https://github.com/kubernetes/kops.git
parent
2ba6b99425
commit
e9403b2945
|
|
@ -18,7 +18,7 @@ but for now we just expose it via DNS.
|
||||||
|
|
||||||
### Pods with hostNetworking
|
### Pods with hostNetworking
|
||||||
|
|
||||||
dns-controller can add DNS records that point to nodes *with hostNetworknig* enabled.
|
dns-controller can add DNS records that point to nodes *with hostNetworking* enabled.
|
||||||
|
|
||||||
The dns-controller recognizes annotations on pod.
|
The dns-controller recognizes annotations on pod.
|
||||||
|
|
||||||
|
|
@ -51,4 +51,4 @@ spec:
|
||||||
watchIngress: true
|
watchIngress: true
|
||||||
```
|
```
|
||||||
|
|
||||||
dns-controller will then map the specified ingress hostname and the `LoadBalancer` assigned to the ingress.
|
dns-controller will then map the specified ingress hostname and the `LoadBalancer` assigned to the ingress.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue