-
Notifications
You must be signed in to change notification settings - Fork 430
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
mark sshPublicKey as optional, docs windows ssh #3241
mark sshPublicKey as optional, docs windows ssh #3241
Conversation
Hi @mweibel. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
4238b55
to
55b0c4d
Compare
thanks @mboersma for the spelling fixes 😊 all fixed as suggested! |
/ok-to-test |
/assign @jsturtevant |
55b0c4d
to
ee39e5a
Compare
/retest still a bit flaky seemingly |
ok tests passed here too now 🎉 |
windows instances do not have the capability to set a sshPublicKey. It must be done via cloudbase-init. This change documents this fact and marks the `sshPublicKey` as optional since it's not required and an empty string (default for string type) is sufficient.
ee39e5a
to
ed7443c
Compare
@jsturtevant PTAL - I rephrased a few things. Let me know if that's better :) |
/retest ran into #3227 |
Thanks! |
LGTM label has been added. Git tree hash: 4a3dbc478e85391608310f573e9e94eb5fd50250
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mboersma The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
1 similar comment
/retest |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
windows instances do not have the capability to set a sshPublicKey. It must be done via cloudbase-init.
This change documents this fact and marks the
sshPublicKey
as optional since it's not required and an empty string (default for string type) is sufficient.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):#3232 is relevant but only partially fixes the issue.
Special notes for your reviewer:
If I remember correctly, marking a required field optional is a backwards compatible change but please do let me know if you'd like to have this handled differently.
TODOs:
Release note: