Skip to content

Commit 3ba83af

Browse files
author
Pablo Garcia Miranda
committed
Fixing script comment
1 parent b0d8f09 commit 3ba83af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kind/deploy-netbox.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set -e -u -o pipefail
33

44
# Deploy NetBox (with its PostgreSQL operator and demo data) into either:
5-
# • a local kind cluster (preloading images), or
6-
# • a virtual cluster via vcluster (skipping image loads).
5+
# • a local kind cluster (preloading images)
6+
# • a virtual cluster using vcluster: https://github.com/loft-sh/vcluster ( used for testing pipeline, loading of images not needed )
77

88
NETBOX_HELM_CHART="https://github.com/netbox-community/netbox-chart/releases/download/netbox-5.0.0-beta.169/netbox-5.0.0-beta.169.tgz" # default value
99

@@ -82,6 +82,7 @@ fi
8282

8383
if [[ "$VCLUSTER_MODE" == "--vcluster" ]]; then
8484
echo "[Running in vCluster mode] skipping docker pull and kind load for remote images."
85+
sleep 15
8586
else
8687
echo "[Running in Kind mode] pulling and loading remote images into kind cluster..."
8788
for img in "${Remote_Images[@]}"; do

0 commit comments

Comments
 (0)