Closed kcgen closed 7 years ago
This should probably be cleaned up and merged. api-servers has a deprecation warning.
Hey - Thanks for your help on these. I'm closing this PR because we've completely rewritten and moved the Kubernetes documentation. Take a look, if you like: https://coreos.com/tectonic/docs/latest/tutorials/kubernetes/getting-started.html
Please include how multiple api servers are specified in the kubeconfig YAML structure.
For example, the --api-servers flag accepted a list such as "hostname1:port1,hostname2:port2,..."
However, the YAML key "server" name implies a single server, and the examples below only show it's a dict key accepting a string:
clusters:
So would one have to duplicate the cluster itself?
clusters:
Or is a list allowed?
clusters:
Or are the servers embedded in a comma-delimited string?
clusters:
Thank you.