How do I get the admin.conf file?

5/29/2018

I am new to Kubernetes, got access to some local clusters (via the browser interface) and would like to start working with them now. To do that, I need to download the admin.conf file from the master node. How can I do that?

-- JDoe6213981
admin
kubernetes

1 Answer

5/29/2018

Try to ssh to it, and check for the admin.conf file under path: /etc/kubernetes/admin.conf

-- Shanica
Source: StackOverflow