-
Notifications
You must be signed in to change notification settings - Fork 12
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
Expose / pod never starts fails on readinessProbe #256
Comments
Does the pod have any notable logs? It sounds like the SSH server inside of the pod never became happy, for whatever reason. |
No all the logging is in the original post I'm afraid. The pod itself did not create any logging. |
That's... bizarre. Makes me think something went wrong with the image being downloaded. Can you try again but ensure that your nodes don't have an existing |
I've got the time to look into this again ;-) So, the expose (reverse tunnel) pod that get's created does have a single log entry:
But does not move beyond that, or ever get to the ready status. Nevermind, it seems to indeed be the default number: https://docs.linuxserver.io/images/docker-openssh-server |
@echo-devnull Is there some sort of firewall being used? I believe that part of the linuxserver openssh image downloads a git repo at runtime, so I wonder if it's something related to that? Or, DNS lookup issues. Spitballing ideas. I haven't been able to repro this so I don't know what else to suggest 😭 |
I created a kubernetes service that listens on port 222 which I want to "reverse tunnel" to my local machine.
Then I expose it via:
But the pod that gets created, never actually gets to "running" state:
The yaml:
And the logging from the running localizer:
The text was updated successfully, but these errors were encountered: