This message was deleted.
# general
a
This message was deleted.
i
I have the configuration params that you can see in the pictures. After the cluster is set up I download the kube config file provided by rancher. When I try to do a
kubectl --context dev-cluster-fqdn version --short
I get:
Client Version: v1.20.4
Unable to connect to the server: x509: certificate is valid for ingress.local, not <the fqdn>
The next test was to change the kubeconfig file and add the port :6443 to the fqdn and I get:
Client Version: v1.20.4
Unable to connect to the server: x509: certificate is valid for dev, localhost, kubernetes, kubernetes.default, kubernetes.default.svc, kubernetes.default.svc.cluster.local, not <the fqdn>