cool-jewelry-75805
07/10/2025, 6:15 PMhundreds-evening-84071
07/10/2025, 6:18 PMsystemctl status rke2-server.service
If it's not running?
journalctl -u rke2-server.service
Have you looked at that output?cool-jewelry-75805
07/10/2025, 6:21 PMsystemctl status rke2-server.service
returns that there is no service by that name (could not be found), and journalctl
similarly reports nothing. I’ll run a quick find
to see if that service exists to begin with. However, I should ask, should I be checking this on a specific node or should it be on all nodes?hundreds-evening-84071
07/10/2025, 6:26 PMhundreds-evening-84071
07/10/2025, 6:28 PMhundreds-evening-84071
07/10/2025, 6:28 PMhundreds-evening-84071
07/10/2025, 6:29 PMcool-jewelry-75805
07/10/2025, 6:36 PMcool-jewelry-75805
07/10/2025, 6:37 PM/v1/provisioning.cattle.io.clusters
endpoint and pass a JSON dataset with all the required data needed to create the cluster.creamy-pencil-82913
07/10/2025, 6:47 PMcool-jewelry-75805
07/10/2025, 7:14 PMcool-jewelry-75805
07/10/2025, 7:20 PMrancher-system-agent
service, but cloud-init
seems to have completed running as a service: Finished cloud-init.service - Initial cloud-init job (metadata service crawler).
However, I do see sudo sh /tmp/install_script.sh
still running, and I just noticed that sleep 5
was also in ps -ef
output and has the parent PID of the install_script.sh
process. Looks like sleep 5
is in the download_rancher_file
function, so it’s failing to download (or at least validate that it can download) with this curl:
curl $noproxy --connect-timeout 60 --max-time 300 --write-out "%{http_code}\n" ${CURL_BIN_CAFLAG} ${CURL_LOG} -fL "${url}" -o "${CATTLE_AGENT_BIN_PREFIX}/bin/${name}"
I’ll check this out and see if I can find out what it’s doing.cool-jewelry-75805
07/10/2025, 7:22 PMwhile true; do ps -ef | grep curl | grep -v grep; done
shows that it’s trying to connect to "${rancher}/healthz"
and DNS isn’t resolving the domain.
Thank you for the tips and being a sounding board while I try to look at and explain stuff, hah. I’ll report back again if I figure out what I need to do to resolve this.