We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2463d8 commit a77420aCopy full SHA for a77420a
scripts/start_kind_cluster.sh
@@ -2,6 +2,9 @@
2
3
set -euo pipefail
4
5
+# --kubeconfig and --kubeconfig-context should be provided in the form --arg=value
6
+# to work with the simplistic mechanism enabling flag reuse.
7
+
8
# Enable reuse of the arguments to ginkgo relevant to starting a cluster
9
START_CLUSTER_ARGS=()
10
for arg in "$@"; do
scripts/tests.e2e.bootstrap_monitor.sh
@@ -3,6 +3,9 @@
# Run e2e tests for bootstrap monitor.
+#
if ! [[ "$0" =~ scripts/tests.e2e.bootstrap_monitor.sh ]]; then
11
echo "must be run from repository root"
0 commit comments