Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 18, 2024
1 parent 82ba719 commit 3cf33c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-backend-switching-reuseable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ jobs:
# set random region and zone information.
export GARDENER_REGION=$(./scripts/gardener/aws/get_random_region.sh)
export GARDENER_ZONES="${GARDENER_REGION}a"
echo "GARDENER_REGION: ${GARDENER_REGION}"
echo "GARDENER_ZONES: ${GARDENER_ZONES}"
# provision gardener cluster.
# make -C hack/ci/ provision-gardener-cluster
make -C hack/ci/ provision-gardener-cluster
kubectl version
kubectl cluster-info
kubectl get nodes
Expand Down
1 change: 0 additions & 1 deletion scripts/gardener/aws/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ gardener::validate_and_default() {
# print configurations for debugging purposes:
log::banner "Configurations:"
echo "CLUSTER_NAME${CLUSTER_NAME}"
echo "GARDENER_PROJECT_NAME: ${GARDENER_PROJECT_NAME}"
echo "GARDENER_REGION: ${GARDENER_REGION}"
echo "GARDENER_ZONES: ${GARDENER_ZONES}"
echo "MACHINE_TYPE: ${MACHINE_TYPE}"
Expand Down

0 comments on commit 3cf33c0

Please sign in to comment.