-
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
Making DHCP_OPTION_SET_ID creation optional #27278
Making DHCP_OPTION_SET_ID creation optional #27278
Conversation
… changes to existing VPC configuration.
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". 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? If so, please reply "ok to test". 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? If so, please reply "ok to test". 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 |
/cc @justinsb |
Any one can review this sooner? |
@activars sorry for the delay. This wasn't tagged with 1.3 so it wasn't at the top of my review list. This LGTM, but it won't be merged by the submit queue until the master branch is opened to non-1.3 changes. |
ok to test |
@roberthbailey Thanks. pls let me know if there are anything I need to do. |
Nope. This PR is just waiting for the master branch to exit the slush period around the 1.3 release and start accepting new PRs. |
GCE e2e build/test passed for commit 70ac7ab. |
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". 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 |
GCE e2e build/test passed for commit 70ac7ab. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 70ac7ab. |
Automatic merge from submit-queue |
Reason: We have a pre-configured VPC in AWS.
kube-up.sh
should not making changes to the VPC DHCP option if there's already DHCP options configured.PR Changes: When
DHCP_OPTION_SET_ID
is given in environment variable, kube-up.sh will skip theDHCP_OPTION_SET_ID
creation.