Skip to content

Commit

Permalink
remove wait on gatekeeper (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie McBride <[email protected]>
  • Loading branch information
charliedmcb and Charlie McBride authored Nov 13, 2023
1 parent 2d62e49 commit 057ac97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .github/actions/e2e/install-karpenter/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ runs:
- name: deploy karpenter to cluster
shell: bash
run: AZURE_ACR_NAME=${{ inputs.acr_name }} make az-run
- name: wait for pods to settle
shell: bash
run: |
${GITHUB_WORKSPACE}/.github/actions/e2e/install-karpenter/waitforgatekeeper.sh
sleep 10
- name: taint nodes as karpenter-system
shell: bash
run: |
Expand Down
44 changes: 0 additions & 44 deletions .github/actions/e2e/install-karpenter/waitforgatekeeper.sh

This file was deleted.

0 comments on commit 057ac97

Please sign in to comment.