You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, that's weird, your error trace describes the uses of ./operator-sdk test local, which makes me think your branch is lagging behind the main. Can you double-check if you are using the main branch and if your local repository is up to date with the remote one?
E2E tests running on Minikube setup throwing below error -
./operator-sdk test local ./test/e2e --verbose --debug --operator-namespace default --global-manifest ./deploy/crds/wildfly.org_wildflyservers_crd.yaml --namespaced-manifest ./deploy/operator.yaml --image "localhost:5000/wildfly-operator:latest"
DEBU[0000] Debug logging is set
INFO[0000] Testing operator locally.
DEBU[0000] Running []string{"go", "test", "-mod=vendor", "./test/e2e/...", "-namespacedMan", "./deploy/operator.yaml", "-globalMan", "./deploy/crds/wildfly.org_wildflyservers_crd.yaml", "-root", "/home/go/src/github.com/wildfly/wildfly-operator", "-parallel=1", "-skipCleanupOnError=false"}
time="2023-02-01T03:23:23Z" level=fatal msg="Failed to create framework: failed to build the kubeconfig: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable"
FAIL github.com/wildfly/wildfly-operator/test/e2e 0.065s
FAIL
FATA[0004] Failed to build test binary: failed to exec []string{"go", "test", "-mod=vendor", "./test/e2e/...", "-namespacedMan", "./deploy/operator.yaml", "-globalMan", "./deploy/crds/wildfly.org_wildflyservers_crd.yaml", "-root", "/home/go/src/github.com/wildfly/wildfly-operator", "-parallel=1", "-skipCleanupOnError=false"}: exit status 1
make: *** [Makefile:73: test-e2e-minikube] Error 1
Minikube cluster configurartion -
looks quay.io images being used are not available for power. will it be possible to share dockerfiles for the same?
The text was updated successfully, but these errors were encountered: