mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
Log cluster version after creating it
This commit is contained in:
@@ -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}"'" }]'
|
||||
|
||||
Reference in New Issue
Block a user