-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: kruize: ImagePullBackOff error on test-2-nerc #804
Comments
I feel the issue is with the network as I couldn't see logs of the pods which are running on
|
/CC @tssala23 @dystewart |
|
|
|
|
|
trying to ping from wrk-4, not possible
|
|
|
wrk-5 says |
vs
|
I'm actually not sure where the In any case - I'm not that familiar with OpenShift configuration, but is it possible to just update the worker IP? Failing that, I could update the IP address of the port in ESI (and maybe reboot the machine). Let me know! |
@schwesig I rebooted wrk-5 this morning, which caused it to re-register with the cluster. This resulted in a small number of pending certificate signing requests:
After approving these requests ( |
There appears to be some issue with PV access on wrk-5. While the pods start and volumes mount successfully, actually writing to those volumes seems to block indefinitely. |
Should we replace wrk-5 with a different server? |
@hpdempsey I don't think we have a hardware problem, but if someone else wants to give that a shot they should feel free to have at it. Simply removing the node from the cluster and re-adding it should accomplish the same thing. Since this is a test environment, it seems like a good opportunity to figure out what's going on so that we understand better next time. From my perspective it looks more like a networking issue. |
The node is logging this every few seconds:
|
@tssala23 , yes please, proceed. |
@schwesig I have removed and added it back, you can check if the problem is still happening |
@tssala23 thanks, wikll check |
I was able to start a new notebook. |
i can close this issue. the core DNS problem is solved. |
192.168.50.98
192.168.50.93
.98
Error from server: Get "https://192.168.50.98:10250/containerLogs/openshift-kni-infra/coredns-wrk-5/coredns": dial tcp 192.168.50.98:10250: connect: no route to host
Description
ImagePullBackOff error is observed on test-2-nerc.
Tried out different applications - but still the same error is observed. The application is trying to run on wrk-5 node.
The text was updated successfully, but these errors were encountered: