How can I access the API static via basic auth to a Kubernetes cluster on GCE -
i know it's possible access static views of api, can't find out basic auth details need login via browser. can find these? i'm on gce , created cluster.
run kubectl config view
. it'll dump out auth information used access cluster, including basic auth username , password.
Comments
Post a Comment