Skip to content

Commit a77420a

Browse files
committed
fixup: Document requirement to use --arg=value for kubeconfig args
1 parent a2463d8 commit a77420a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

scripts/start_kind_cluster.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -euo pipefail
44

5+
# --kubeconfig and --kubeconfig-context should be provided in the form --arg=value
6+
# to work with the simplistic mechanism enabling flag reuse.
7+
58
# Enable reuse of the arguments to ginkgo relevant to starting a cluster
69
START_CLUSTER_ARGS=()
710
for arg in "$@"; do

scripts/tests.e2e.bootstrap_monitor.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
set -euo pipefail
44

55
# Run e2e tests for bootstrap monitor.
6+
#
7+
# --kubeconfig and --kubeconfig-context should be provided in the form --arg=value
8+
# to work with the simplistic mechanism enabling flag reuse.
69

710
if ! [[ "$0" =~ scripts/tests.e2e.bootstrap_monitor.sh ]]; then
811
echo "must be run from repository root"

0 commit comments

Comments
 (0)