-
Notifications
You must be signed in to change notification settings - Fork 40k
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
AWS kube-up: Allow VPC CIDR to be specified (experimental) #23362
Conversation
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
2 similar comments
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
ok to test |
I'm going to re-assign to justin. It is 'fine' in my eyes. I don't like the whole base/cidr implementation and don't love exposing that to a user. Then again, I don't use the AWS stuff, so I'm not going to force 3 env vars that suit my tastes. |
I think it's better to just expose
|
Agree with @dengshuan so that the cidr range can be adjusted. Would be nice to get this released as currently sed'ing the files. |
After looking at this closer, it should ideally aid in configuring the following... otherwise a number of other issues will occur. At least it should be added to the documentation.
|
I think this is the right place to start; we'll consider it experimental for the moment, but people do need this. |
GCE e2e build/test passed for commit 485aa7f. |
…alidation Fix APIServer CRD admission Origin-commit: 11f423a763517b36760a158144c7ee033c4a0956
Hey @justinsb regarding the question I asked on Slack that @gy8 pointed me to a previous conversation between you and him. Here's a simple fix to allow to configure the base VPC CIDR.
This change is