Log cluster version after creating it

This commit is contained in:
Jordan Liggitt
2023-01-31 14:39:54 -05:00
parent 03f9b785e8
commit e8e209de63

View File

@@ -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}"'" }]'