54500/the-connection-to-the-server-localhost-8080-was-refused
Hey @Lakshiminarayanan, did you execute the following commands after kubeadm init?
sudo cp /etc/kubernetes/admin.conf $HOME/ sudo chown $(id -u):$(id -g) $HOME/admin.conf export KUBECONFIG=$HOME/admin.conf
/etc/kubernetes/admin.conf file missing
Also, have a look at this: https://www.edureka.co/community/18633/error-saying-connection-server-localhost-refused-specify
I was trying to get status from ...READ MORE
export KUBECONFIG=/etc/kubernetes/admin.conf READ MORE
If you check your config file, it ...READ MORE
You probably missed the --client-ca-file flag in ...READ MORE
I was facing the same error. The nginix ...READ MORE
You need to change root_url grafana's server setting to /grafana/: root_url ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE
OR
Already have an account? Sign in.