-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Added integration tests for registry #4639
Added integration tests for registry #4639
Conversation
# This is the 1st commit message: Fix doc comment version.gitCommitID doc # This is the commit message kubernetes#2: Add hyperkit doc # This is the commit message kubernetes#3: Add commit id to docker-machine-driver-kvm2 version # This is the commit message kubernetes#4: removed label selector for registry-proxy daemonset # This is the commit message kubernetes#5: Add support to custom qemu uri on kvm2 driver # This is the commit message kubernetes#6: Improve hyperkit vm stop # This is the commit message kubernetes#7: Make virtualbox DNS settings configurable # This is the commit message kubernetes#8: added integration tests for registry addon
…nikube into registry-integration-tests
Hi @castlemilk. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Can one of the admins verify this patch? |
Unit tests failed? |
@medyagh resolved linting issue. |
@minikube-bot OK to test |
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.
Thank you for this contribution, please change the curl to use retryablehttp "github.com/hashicorp/go-retryablehttp" instead.
@minikube-bot OK to test |
1 similar comment
@minikube-bot OK to test |
87b63de
to
94e92fd
Compare
94e92fd
to
39a136f
Compare
PR looks great. Will be happy to merge it once comment is resolved. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: castlemilk The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@tstromberg Done! 🎉 |
@minikube-bot OK to test |
Thank you! |
Adding integration tests for the registry addon as mentioned in #4637. Validates the following functions:
busybox
pod)registry-proxy
)This aims to prevent breaking changes in the future with regards to modifying the registry addon configuration and functionality.
This PR simply uses curl to validate connectivity is functional, it may be worthwhile actually pushing/pulling images from the registry from the different ingress mechanisms
@medyagh