Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 12, 2024
1 parent f3526a5 commit 4d37c8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
run: |
mkdir -p "${GARDENER_DIR}"
echo ${GARDENER_KYMATUNAS} | base64 --decode > ${GARDENER_DIR}/kubeconfig
echo ${GARDENER_KYMATUNAS} | base64 --decode
ls -l ${GARDENER_DIR}
- name: Provision Gardener cluster
Expand All @@ -178,7 +179,10 @@ jobs:
GARDENER_CLUSTER_VERSION: "1.26.9"
run: |
ls -l ${GARDENER_DIR}
echo ${HOME}
echo ${GARDENER_KUBECONFIG}
cat ${HOME}/.gardener/kubeconfig
cat ${GARDENER_KUBECONFIG}
make -C hack/ci/ provision-gardener-cluster
kubectl version
kubectl cluster-info
Expand Down

0 comments on commit 4d37c8f

Please sign in to comment.