https://rancher.com/ logo
#rke2
Title
e

echoing-tomato-53055

03/17/2023, 5:26 PM
@here: is anyone faced/facing the below issue when spinning up kubernetes cluster using rancher 2.7.
Copy code
level=info msg="[Applyinator] No image provided, creating empty working directory /var/lib/rancher/agent/work/
c

creamy-pencil-82913

03/17/2023, 5:37 PM
that’s normal when the agent is applying a plan that doesn’t require an image
e

echoing-tomato-53055

03/17/2023, 5:41 PM
thank you a& what could be the solution?
c

creamy-pencil-82913

03/17/2023, 5:41 PM
there’s no solution. it’s not a problem
are there any additional logs that do contain errors? did you have more information on what problem you’re experiencing?
e

echoing-tomato-53055

03/17/2023, 5:45 PM
i am trying to spin up a cluster from rke2.7 on my custom nodes. I ran the script which will pop up on the rancher ui and seen the below erro.
Copy code
waiting for probes kubelet
when i check the rancher-agent service using journalctl -u <rancher-agent-service>. i could see the above error i.e no image provided.
c

creamy-pencil-82913

03/17/2023, 5:46 PM
thats’ not an error, its just an informational message. what makes you think it’s an error?
It says it’s waiting on the kubelet probe, so check the rke2-server logs and
kubectl get node
to see what’s preventing the node from becoming ready
e

echoing-tomato-53055

03/17/2023, 6:08 PM
okie let me check and come back to you. Thanks a lot for your time.
32 Views