UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b576dbd9 authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch 'k3d_trace' into 'master'

#2517: Add --trace to k3d create command when creating a new cluster so we get more debug info on failure

See merge request !5779
parents 146c25d4 e2a6b696
No related branches found
No related tags found
1 merge request!5779#2517: Add --trace to k3d create command when creating a new cluster so we get more debug info on failure
Pipeline #3953059 passed with warnings
......@@ -543,7 +543,7 @@ function install_k3d {
echo "Installing k3d on instance"
# Shared k3d settings across all options
# 1 server, 3 agents
k3d_command="export K3D_FIX_MOUNTS=1; k3d cluster create --servers 1 --agents 3 --verbose"
k3d_command="export K3D_FIX_MOUNTS=1; k3d cluster create --trace --servers 1 --agents 3 --verbose"
# Volumes to support Twistlock defenders
k3d_command+=" -v /etc:/etc@server:*\;agent:* -v /dev/log:/dev/log@server:*\;agent:* -v /run/systemd/private:/run/systemd/private@server:*\;agent:*"
# Disable traefik and metrics-server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment