通过 helm 部署到 K3S 上后无法访问 Rancher UI

通过 helm 部署到 K3S 上后无法访问 Rancher UI

我按照以下指南中记录的步骤在 K3S 集群上部署了 Rancher:https://ranchermanager.docs.rancher.com/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli

该 pod 运行良好,但我完全无法通过我提供的 URL 访问 Rancher UI。

helm install rancher rancher-latest/rancher   --namespace cattle-system   --set hostname=192.168.68.115.local   --set replicas=1   --set bootstrapPassword=
NAME: rancher
LAST DEPLOYED: Sat Oct  7 17:53:15 2023
NAMESPACE: cattle-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Rancher Server has been installed.
echo https://192.168.68.115.local/dashboard/?setup=$(kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{{.data.bootstrapPassword|base64decode}}')

https://192.168.68.115.local/dashboard/?setup=asdasdasd

当我尝试访问它时,什么也没有出现。

似乎没有为 pod 分配外部 IP(显然),但我不确定如何进入 UI。在节点上编辑我的 /etc/resolv.conf?

相关内容