Closed cardil closed 2 weeks ago
The release job is failing, as seen here: https://prow.knative.dev/view/gs/knative-prow/logs/nightly_kn-plugin-event_main_periodic/1849020558818152448
The culprit is (setting just KUBECONFIG isn't enough to break existing Kube connection, when running in-cluster): https://github.com/knative-extensions/kn-plugin-event/blob/3f209e4bd665f54706a10f812ea91788d15e9cb1/pkg/k8s/kubeclient_test.go#L30
KUBECONFIG
/kind bug
Confirmed the failure, when executed on the cluster
The release job is failing, as seen here: https://prow.knative.dev/view/gs/knative-prow/logs/nightly_kn-plugin-event_main_periodic/1849020558818152448
The culprit is (setting just
KUBECONFIG
isn't enough to break existing Kube connection, when running in-cluster): https://github.com/knative-extensions/kn-plugin-event/blob/3f209e4bd665f54706a10f812ea91788d15e9cb1/pkg/k8s/kubeclient_test.go#L30/kind bug