kubernetes:无法连接到远程扩展主机服务器(错误:连接错误:未经授权的客户端拒绝:auth Inbifcatch)
我正在尝试将我的 Kubernetes pod 容器连接到本地的 VSCode,并按照以下步骤操作:
我能够将其连接到 Pod,但是当我尝试访问 pod 内的文件系统时,出现此错误:
更多详细信息,文件系统通过我们数据上的外部 PVC 安装在 pod 内贮存。
我认为设置中的某个地方存在一些权限问题,但无法缩小范围。
I am trying to connect my Kubernetes pod container to VSCode on local and I am following these steps:
I am able to connect it to the pod but when I try to access the file system inside the pod I am getting this error:
Just more details, the filesystem is mounted inside the pod from an external PVC we have on our data storage.
Here's the log generated inside the pod while the connection is being set up.
I think that there's some permission issue someplace in the setup but unable to narrow it down.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题在于最新版本的遥控器扩展名。
这是讨论的修复程序。 https://github.com/microsoft/microsoft/vscode-ode-remote-remote-release/issues/siss/ 6578
The problem was in the latest version of the Remote-Containers extensions.
Here's the fix discussed. https://github.com/microsoft/vscode-remote-release/issues/6578