我第一次创建 Rancher RKE2 集群。我遵循了快速入门指南并创建了一个服务器和一个工作者。
两者都是 ESXI 虚拟机管理程序上的 Debian 12 虚拟机。两个虚拟机都可以互相 ping 通。
当我尝试systemctl start rke2-agent.service
启动 Worker 时,它卡住了。当我按下 Ctrl+C 然后输入 时systemctl status rke2-agent.service
,我得到了以下信息:Waiting to retrieve agent configuration; server is not ready: failed to retrieve configuration from server: https://127.0.0.1:6444/v1-rke2/config: 401 Unauthorized
在服务器端:systemctl status rke2-server.service
获取我Failed to authenticate request from 10.0.0.101:56286: invalid username/password combination
我不太明白这里说的用户名/密码是什么,因为我在 wiki 中没有看到任何关于密码或用户名的信息。为了测试,我使用 ufw 允许服务器和工作端的所有端口。我被卡住了
工作虚拟机上的 config.yaml 文件:
server: https://10.0.0.2:9345
token: xxxxxxxx::server:xxxxxx