Added a prerequisite to using CoreDNS provider in federation (#5159)
* Added a prerequisite to using CoreDNS provider in federation * turn prereqs into bullets
This commit is contained in:
committed by
Andrew Chen
parent
7f828b9ee3
commit
dd9befb2ca
@@ -21,10 +21,12 @@ DNS provider for Cluster Federation.
|
|||||||
|
|
||||||
{% capture prerequisites %}
|
{% capture prerequisites %}
|
||||||
|
|
||||||
You need to have a running Kubernetes cluster (which is
|
* You need to have a running Kubernetes cluster (which is
|
||||||
referenced as host cluster). Please see one of the
|
referenced as host cluster). Please see one of the
|
||||||
[getting started](/docs/getting-started-guides/) guides for
|
[getting started](/docs/getting-started-guides/) guides for
|
||||||
installation instructions for your platform.
|
installation instructions for your platform.
|
||||||
|
* Support for `LoadBalancer` services in member clusters of federation is
|
||||||
|
mandatory to enable `CoreDNS` for service discovery across federated clusters.
|
||||||
|
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user