我按照教师通过访问https://ip-of-container/ui
连接谷歌容器ui面板的课程,然后要求他输入密码和用户名。
就我而言,我看到的是:
User "system:anonymous" cannot get at the cluster scope.: "No policy matched.\nUnknown user \"system:anonymous\""
github says this上的这个问题:
通过API访问UI的更好方法是运行kubectl代理和 访问http://localhost:8001/ui
我不明白他想说什么。 localhost是机器端点ip的占位符吗?因为我没有服务器运行,它怎么能连接到我的localhost?
我确实运行了kubectl proxy
,
http(s)://container-endpoint-ip:8001/ui
http://localhost:8001/ui
这些都不起作用。
答案 0 :(得分:0)
尝试运行kubectl proxy
并打开http://localhost:8001/ui。
答案 1 :(得分:0)
我在网站的控制台上运行命令。这就是为什么我说它连接到(bitmask & flag) != 0
没有任何意义。这是模棱两可的,到目前为止我只在网站上使用了控制台,忘了我可以直接在我的本地机器上做事。
答案 2 :(得分:0)
如果你在GKE上,你可以在https://console.cloud.google.com/kubernetes/workload上访问它的用户界面。它具有与OSS UI类似的功能,您可以从任何计算机访问它,而不仅仅是localhost。