-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Move SSH configuration into its own structure #673
Conversation
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.
Thanks @martina-if! Probably best get this in as-is and make the rest of changes for #386 in another PR.
There're quite a few things in that issue, do you want to make it all happen in one PR? Up to you. To be clear, I think you'll need to change those |
4b937cc
to
07e4afb
Compare
1d32c16
to
a9f0838
Compare
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.
A few comments... I didn't read all of LoadSSHPublicKey
just yet.
c62088c
to
5a7df58
Compare
f427294
to
1bd6d7f
Compare
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.
🚢LGMT!
hi @martina-if I'm running version 0.1.29 and I'm configuring the yaml file as follows, according to the examples: nodeGroups:
and I'm getting error: What am I missing here? |
Hi @phlukman, The new ssh schema hasn't been released yet. We will make a release with those changes tomorrow at the latest. In the meantime try using it with the old schema, like this:
|
thanks for your quick reply @martina-if ! |
Move SSH configuration into it's own struct in preparation for #386
make build
)make test
)README.md
, andexamples
directory)