k8s容器加入host解析字段

一、通过edit或path来修改

kubectl edit deploy /xxxxx. x-n cattle-system

xxxxx为你的资源对象名称

二、添加字段

k8s容器加入host解析字段_第1张图片

 三、code

hostAliases:
      - hostnames:
        - www.rancher.local
        ip: 10.10.2.180

你可能感兴趣的:(云原生,kubernetes,容器,云原生)