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:
shashidharatd
2017-09-02 03:05:40 +05:30
committed by Andrew Chen
parent 7f828b9ee3
commit dd9befb2ca
@@ -21,10 +21,12 @@ DNS provider for Cluster Federation.
{% 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
[getting started](/docs/getting-started-guides/) guides for
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 %}