Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于本地开发,我们希望允许 Argo 工作流工作容器访问主机上的端口,类似于 docker 中的主机模式网络。如何做到这一点?(我们将 Argo 部署在 Kind 集群之上)
谢谢!
不是主机网络,但仍然是满足我需求的解决方案;可以为 Kind 指定自定义 docker 网络:
https://github.com/kubernetes-sigs/kind/pull/1538