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
The SSH username to get onto our jessie based images is 'admin'. So we need to change KUBE_SSH_USER from ubuntu -> admin.
This should allow the SSH test to succeed. (Without it, it will definitely fail anyway)
The text was updated successfully, but these errors were encountered:
(This is a piece of #18037)
Sorry, something went wrong.
@justinsb I believe this is controlled by https://github.com/kubernetes/kubernetes/blob/master/hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml#L427
Will you send @spxtr a PR with this change?
@spxtr @justinsb what's left on this?
I think this is done. The SSH tests are passing on AWS.
justinsb
No branches or pull requests
The SSH username to get onto our jessie based images is 'admin'. So we need to change KUBE_SSH_USER from ubuntu -> admin.
This should allow the SSH test to succeed. (Without it, it will definitely fail anyway)
The text was updated successfully, but these errors were encountered: