-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello,
I have read your LSF TP document. it's well written. However, I follow /lsf kubernetes/docker/lsf_ operator/Read. Some errors occurred while me was operating.
#kubectl logs pod-sched-master -n lsf
...
Error: LIM Process has exited due to a fatal error.
res/get_hostinfo() failed. Master Lim is down,try later
...
#kubectl logs pod-sched-agent-bgdcr -n lsf
...
Info: Running change_hostname()
Info: change_hostname: Change name from : pod-sched-agent-bgdcr to worker-10-119-221-133. hostname: you must be root to change the host name
...
#kubectl describute pods pod-sched-agent-bgdcr -n lsf
...
Events:
Warning unhealthy Liveness Probe failed: ls cannot access /tmp/lsf-alive ,no such a file or directory
Warning unhealthy readiness Probe failed: ls cannot access /tmp/lsf-alive ,no such a file or directory
...
These problems have bothered me for a long time. Can you help me?
thank you