We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94af075 commit b0d8f09Copy full SHA for b0d8f09
kind/deploy-netbox.sh
@@ -82,7 +82,6 @@ fi
82
83
if [[ "$VCLUSTER_MODE" == "--vcluster" ]]; then
84
echo "[Running in vCluster mode] skipping docker pull and kind load for remote images."
85
- sleep 15
86
else
87
echo "[Running in Kind mode] pulling and loading remote images into kind cluster..."
88
for img in "${Remote_Images[@]}"; do
0 commit comments