Skip to content

Add addon registry build integration test #10790

Open
@spowelljr

Description

@spowelljr

Currently, the addon registry integration test tests against the Kubernetes client.
https://github.com/kubernetes/minikube/blob/master/test/integration/addons_test.go#L224

We should add a new test where we actually build and push the image to the registry.

To check if the image is pushed to the registry use the following command:

% curl -X GET http://$(minikube ip):5000/v2/_catalog 
{"repositories":["test-img"]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/testingkind/processProcess oriented issues, like setting up CIlifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.priority/backlogHigher priority than priority/awaiting-more-evidence.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions