Support for kubectl during registry operator testing #1239
Labels
area/registry
Devfile registry for stacks and infrastructure
kind/user-story
User story for new enhancement
/kind user-story
Which area this user story is related to?
/area registry
User Story
As a contributor, I want to use
minikube
, so that I can test my changes with Kubernetes.Currently, the registry operator integration test suite only supports the use of
oc
, https://github.com/devfile/registry-operator/blob/fd4aacc91609bdb18891ce9aeeeb99e439afac03/tests/integration/pkg/client/oc.go. This means though one can still run their integration tests on a Kubernetes cluster it does require that the developer has OpenShift CLI clientoc
installed. Since the registry operator supports both OpenShift and Kubernetes this should not be a requirement for testing.Acceptance Criteria
kubectl
oc
is installed and fail if both are not installedThe text was updated successfully, but these errors were encountered: