Pilot e2e test support for local docker registry#3920
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3920 +/- ##
========================================
Coverage ? 76%
========================================
Files ? 297
Lines ? 27178
Branches ? 0
========================================
Hits ? 20506
Misses ? 5356
Partials ? 1316Continue to review full report at Codecov.
|
- Various changes to the e2e tests - Re-introducing old mixer docs (with many changes) for running a local docker registry in k8s.
tests/util/localregistry/README.md
Outdated
| If you're running e2e tests, you can set the test flags: | ||
|
|
||
| ```shell | ||
| $ go test <TEST_PATH> -hub=localhost:5001 -tag=latest |
tests/util/localregistry/README.md
Outdated
| You can also modify the image URLs in your deployment yaml files directly: | ||
|
|
||
| ```yaml | ||
| image: localhost:50001/<APP_NAME>:latest |
|
@ZackButcher PTAL |
|
@nmittler: The following tests failed, say
DetailsInstructions 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. I understand the commands that are listed here. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ZackButcher The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
running a local docker registry in k8s.