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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -