We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey @AkihiroSuda! I'm testing the new ports setup, and ran into a bug with respect to looking at logs and interactive shells:
$ kubectl exec -it somaxconn -- bash error: Internal error occurred: error sending request: Post "https://10.0.1.25:30031/exec/default/somaxconn/somaxconn?command=bash&input=1&output=1&tty=1": dial tcp 10.0.1.25:30031: connect: connection refused
To reproduce, just set custom ports and then try to look at logs. The same setup without custom ports works to show the logs.
The text was updated successfully, but these errors were encountered:
30031
Is this the port you explicitly specified as PORT_KUBELET?
PORT_KUBELET
Sorry, something went wrong.
yes, I think so, if that is the port that populates that command.
Can't repro this on the CI
No branches or pull requests
Hey @AkihiroSuda! I'm testing the new ports setup, and ran into a bug with respect to looking at logs and interactive shells:
To reproduce, just set custom ports and then try to look at logs. The same setup without custom ports works to show the logs.
The text was updated successfully, but these errors were encountered: