Skip to content

Commit

Permalink
chore: add port-forward apiserver
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Dec 30, 2024
1 parent 4cc04f2 commit 7bbe3e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cloud-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,14 +237,17 @@ jobs:
idc1)
echo '${{ env.IDC_KUBECONFIG_1 }}' > $HOME/.kube/config
E2E_ENV_VARS="${{ vars.E2E_ENV_VARS_IDC1 }}"
kubectl port-forward -n kb-cloud svc/apiserver 8080:8080 &
;;
idc2)
echo '${{ env.IDC_KUBECONFIG_2 }}' > $HOME/.kube/config
E2E_ENV_VARS="${{ vars.E2E_ENV_VARS_IDC2 }}"
kubectl port-forward -n kb-cloud svc/apiserver 8080:8080 &
;;
idc4)
echo '${{ env.IDC_KUBECONFIG_4 }}' > $HOME/.kube/config
E2E_ENV_VARS="${{ vars.E2E_ENV_VARS_IDC4 }}"
kubectl port-forward -n kb-cloud svc/apiserver 8080:8080 &
;;
prod)
echo '${{ env.ACK_KUBECONFIG_PROD }}' > $HOME/.kube/config
Expand Down

0 comments on commit 7bbe3e3

Please sign in to comment.