kubernetes:无法连接到远程扩展主机服务器(错误:连接错误:未经授权的客户端拒绝:auth Inbifcatch)

发布于 2025-01-19 15:36:10 字数 747 浏览 0 评论 0原文

我正在尝试将我的 Kubernetes pod 容器连接到本地的 VSCode,并按照以下步骤操作:

https://code.visualstudio.com/docs/remote/attach-container#_attach-to-a-container-in-a-kubernetes-cluster

我能够将其连接到 Pod,但是当我尝试访问 pod 内的文件系统时,出现此错误:

在此处输入图像描述

更多详细信息,文件系统通过我们数据上的外部 PVC 安装在 pod 内贮存。

这是建立连接时 Pod 内部生成的日志。 输入图片此处描述

我认为设置中的某个地方存在一些权限问题,但无法缩小范围。

I am trying to connect my Kubernetes pod container to VSCode on local and I am following these steps:

https://code.visualstudio.com/docs/remote/attach-container#_attach-to-a-container-in-a-kubernetes-cluster

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:

enter image description here

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. enter image description here

I think that there's some permission issue someplace in the setup but unable to narrow it down.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

断爱 2025-01-26 15:36:10

问题在于最新版本的遥控器扩展名。
这是讨论的修复程序。 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文