is that possible to add more "https endpoints" for the workers kubeconfig?

1/14/2019

I am trying to add at this --server argument three https endpoint to make it HA. Is that possible?

kubectl config set-cluster Zarsk \
    --certificate-authority=ca.pem \
    --embed-certs=true \
    --server=https://${k8s_PUBLIC_ADDRESS}:6443 \
    --kubeconfig=${instance}.kubeconfig
-- manzion_111
azure-aks
google-kubernetes-engine
kubernetes
ovh

1 Answer

1/15/2019

No, only a single connection URL is supported

-- Jordan Liggitt
Source: StackOverflow