diff --git a/hack/ci/e2e-k8s.sh b/hack/ci/e2e-k8s.sh index d56d998a..387f1406 100755 --- a/hack/ci/e2e-k8s.sh +++ b/hack/ci/e2e-k8s.sh @@ -179,6 +179,9 @@ EOF -v=3 \ "--config=${ARTIFACTS}/kind-config.yaml" + # debug cluster version + kubectl version + # Patch kube-proxy to set the verbosity level kubectl patch -n kube-system daemonset/kube-proxy \ --type='json' -p='[{"op": "add", "path": "/spec/template/spec/containers/0/command/-", "value": "--v='"${KIND_CLUSTER_LOG_LEVEL}"'" }]'