标签:net rem mes ase pod cal k8s style and
注:只能修改非hostNetwork的pod
apiVersion: v1 kind: Pod metadata: name: hostaliases-pod spec: hostAliases: - ip: "127.0.0.1" hostnames: - "foo.local" - "bar.local" - ip: "1.2.3.4" hostnames: - "foo.remote" - "bar.remote" containers: - name: cat-hosts image: busybox command: - cat args: - "/etc/hosts"
标签:net rem mes ase pod cal k8s style and
原文地址:https://www.cnblogs.com/lingfenglian/p/11758828.html