Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

kubefed init <federation-name>\
--host-cluster-context=<your-host-cluster-context> \
--dns-provider="coredns" \
--dns-zone-name="example.com." \
--dns-provider-config="path to your coredns-provider.conf" \
--api-server-service-type="NodePort" \
--api-server-advertise-address="<federation worker master node ip address>"

where:

...