-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Extend examples of subnet parameter #4199
Conversation
/assign @mikesplain |
Hi @dictvm thanks for the contribution! The file you changed is actually auto generated by from https://github.com/kubernetes/kops/blob/master/cmd/kops/create_ig.go#L101. Please follow these steps:
Thanks again! |
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.
See my note above, thanks for the fix. Take a look in https://github.com/kubernetes/kops/tree/master/docs/development if you need help setting up your development environment or give us a shout here! Thanks again!
/area documentation |
@dictvm Any update on this? We always love new contributors so keep us updated! Thanks! |
I'm sorry, I'm not sure if I've done this correctly. I have now updated the docs and the code, tested it locally and I have pushed everything into the branch |
@dictvm Hey no worries! Looks good, only issue now is your odd second commit. Would you mind squashing these commits? |
@mikesplain I tried to fix this today, but my git-foo wasn't strong so I ended up with two broken local (detached) branches and merge conflicts. Not sure what went wrong there. I'll try again tomorrow. I really screwed this up. |
@dictvm Oh no! That's no fun, remember after rebase you'll have to git push --force to your fork, unless you're using a tool to hide it. Others may have an easier workflow but mine is:
|
/retest |
Make it more obvious which input is expected.
Alright, thanks for your help @mikesplain, I hope this is correct now. |
Thanks @dictvm! |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dictvm, KashifSaadat, mikesplain The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
The parameter
subnets
isn't well named in my opinion. I was expecting it to require the name of a AWS subnet until I checked the configuration of the already existing default-InstanceGroup. Only then I noticed thatsubnets
was meant to be the availability zone or a list of AZs. This change is supposed to make that more obvious.