如何在不访问Internet的情况下安装ISTIO?

发布于 2025-01-24 03:42:16 字数 575 浏览 2 评论 0原文

我在无法访问Internet的专用网络中安装ISTIO。
我可以从公共存储库中摘取kubernetes.io,docker.io等的图像,然后将其推入私人码头注册表,然后将其用于部署。
但是我找不到如何在ISTIOCTL中指定我们的私人Docker注册表?
当我这样做的时候
istioctl install -set profile = demo -you
我看到err映像撤回:
警告失败的56s(x2 of 76s)kubelet无法拉动图像“ docker.io/is to/pilot:1.13.3”:rpc error:code = code = unknown disce = daemon的错误响应:get https://registry-1.docker.io/v2/ :dialt tcp:lookup registry-1.docker.io:命名临时失败
如何告诉istioctl从我们的私人Docker注册表中获取图像? 以及如何在我们的注册表中获取复制图像列表?

I install istio in private network, that have no access to internet.

I can pull images from public repositories as kubernetes.io, docker.io etc and push it in out private docker registry, then use it for deployments.

But i cannot find how to specify this our private docker registry in istioctl?

When i do

istioctl install --set profile=demo -you

I see Err Image Pull Back Off:

Warning Failed 56s (x2 over 76s) kubelet Failed to pull image "docker.io/is to/pilot:1.13.3": rpc error: code = Unknown disc = Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io: Temporary failure in name resolution

How to tell istioctl to pull images from our private docker registry?
And how to get list of images for copy it in our registry?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文