helm install rancher 在虚拟机里面 怎么通过虚拟域名访问

helm install rancher rancher-stable/rancher --devel \
  --namespace cattle-system \
  --set hostname=rancher.dev.test \
  --set bootstrapPassword=admin

宿主机配置了 hosts
helm install rancher 在虚拟机里面 怎么通过虚拟域名访问

helm install rancher 在虚拟机里面 怎么通过虚拟域名访问

helm install rancher 在虚拟机里面 怎么通过虚拟域名访问

最佳答案

问题解决了 需要安装一下 ingress

1年前 评论