Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ chain:
- name: USE_HYPERSHIFT_AZURE_CREDS
default: "false"
documentation: "Whether to use the generic CI account or the HyperShift OSD account for the guest clusters infra. For the infra created for the clusters"
- name: DNS_ZONE_RG_NAME
default: "os4-common"
documentation: "dns zone resource group"
- name: CLI
default: ""
documentation: "hcp or hypershift cli path"
Expand All @@ -39,6 +42,7 @@ chain:
--azure-creds=${AZURE_CREDS} \
--name ${CLUSTER_NAME} \
--location ${HC_LOCATION} \
--dns-zone-rg-name=${DNS_ZONE_RG_NAME} \
--cluster-grace-period 40m
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ chain:
--name="${CLUSTER_NAME}" \
--namespace="${HYPERSHIFT_NAMESPACE}" \
--location=${HYPERSHIFT_AZURE_LOCATION} \
--dns-zone-rg-name=os4-common \
--cluster-grace-period 40m
else
echo "Destroying AWS management cluster ${CLUSTER_NAME}"
Expand Down