I'm currently experiencing the below error on deployment. Any support will be much appreciated
Unable to connect to the server: dial tcp 35.xx.xx.xx:443: i/o timeout
Hi,
You can get relevant information about the client-server status by using the following command.
kubectl config view
Now you can update or set k8s context accordingly with the following command.
kubectl config use-context CONTEXT-CHOSEN-FROM-PREVIOUS-COMMAND-OUTPUT