Browse Source

Enabled debug in sonobouy server

pull/1034/head
Darren Shepherd 5 years ago
parent
commit
faab6b4c55
  1. 1
      scripts/sonobuoy

1
scripts/sonobuoy

@ -49,6 +49,7 @@ mkdir -p ${OUTPUT}
docker run -d --name ${K3S_SERVER} --privileged \
-p 127.0.0.1:${K3S_PORT}:${K3S_PORT} \
-e K3S_CLUSTER_SECRET=${SECRET} \
-e K3S_DEBUG=true \
${K3S_IMAGE} server --no-deploy=traefik --https-listen-port=${K3S_PORT}
K3S_IP=$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' ${K3S_SERVER})

Loading…
Cancel
Save