How to list the IPv6 of a Kubernethes service?

心不动则不痛 提交于 2019-12-11 04:43:44

问题


I am running a Kubernethes cluster with many services, I am getting the IPv4 using the command:

kubectl get svc

But I need also IPv6, how to get it?


回答1:


IPv6 is currently not supported by Kubernetes.



来源:https://stackoverflow.com/questions/45660109/how-to-list-the-ipv6-of-a-kubernethes-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!