Skip to content

Commit a1e0a9f

Browse files
authored
ROX-29909: Configure and document Dev ROSA classic cluster provisioning (#2610)
1 parent ccf1708 commit a1e0a9f

File tree

3 files changed

+222
-362
lines changed

3 files changed

+222
-362
lines changed

dev/env/defaults/02-infra.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ is_infra_cluster() {
1212
echo "Can't auto-detect if the selected cluster is an infra cluster because the infractl tool is not installed."
1313
return 1
1414
fi
15-
if infractl list --json | jq -r '.Clusters[].URL' | grep -q $(oc whoami --show-console); then
15+
if infractl list --json | jq -r '.Clusters[].URL' 2>/dev/null | grep -q $(oc whoami --show-console); then
1616
return 0
1717
fi
1818
fi

docs/development/setup-developer-osd-cluster.md

Lines changed: 0 additions & 361 deletions
This file was deleted.

0 commit comments

Comments
 (0)