-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Allow service names up to 63 characters (RFC 1035) #29523
Allow service names up to 63 characters (RFC 1035) #29523
Conversation
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. |
4 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. |
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 |
LGTM, thanks! |
Tests failed: expose_test.go:407: truncate-name: Unexpected output! Expected The other seems to be a flake |
Seems we truncate somewhere but tends to work locally. I can fix the test to match. |
75a4bb6
to
29dc624
Compare
The truncation looks correct, not sure why it is not working. Ping me when ready for next review. On Fri, Jul 29, 2016 at 12:34 PM, Michael Fraenkel <notifications@github.com
|
I know the problem. I have been struggling to get a clean run locally. But I will continue to try. |
29dc624
to
b1e7e6c
Compare
@thockin Tests now pass. |
GCE e2e build/test passed for commit b1e7e6c. |
Thanks!! |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit b1e7e6c. |
Automatic merge from submit-queue |
fixes #3752