kubernetes容器(rancher)利用HostAliases添加hosts地址解析
2021-02-07 00:16
标签:直接 cmd poi 不能 ase 主机名 mes pre 版本 2、rancher配置: 注意:rancher里面这个主机名不能使用下划线,要使用标准域名。 3、其它添加hosts方式: kubernetes容器(rancher)利用HostAliases添加hosts地址解析 标签:直接 cmd poi 不能 ase 主机名 mes pre 版本 原文地址:https://blog.51cto.com/renzhiyuan/2503762
1、yaml配置:
hostAliases:
- ip: "11.111.21.65"
hostnames:
- "yw01-01"
- ip: "11.111.21.66"
hostnames:
- "yw02-01"
在显示高级选项,找到网络,然后添加别名
yaml:CMD里面加 echo "xxxxxxxxxx" >> /etc/hosts ,但是容器里面的启动命令就要挪到外面来写
entrypoint等
文章标题:kubernetes容器(rancher)利用HostAliases添加hosts地址解析
文章链接:http://soscw.com/index.php/essay/51941.html