Skip to content

Commit

Permalink
fix: default testing suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce-Soghigian committed Mar 5, 2024
1 parent 5b6aec3 commit e66b4e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/e2e/create-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ inputs:
cluster_name:
description: 'Name of the cluster to be created'
required: true
mc_put_additive_flags:
description: "Additional flags for cluster create"
required: false
acr_name:
description: "Name of the acr holding the karpenter image"
required: true
Expand Down Expand Up @@ -52,7 +49,7 @@ runs:
run: AZURE_RESOURCE_GROUP=${{ inputs.resource_group }} AZURE_LOCATION=${{ inputs.location }} make az-create-workload-msi
- name: create cluster
shell: bash
run: AZURE_CLUSTER_NAME=${{ inputs.cluster_name }} AZURE_RESOURCE_GROUP=${{ inputs.resource_group }} AZURE_ACR_NAME=${{ inputs.acr_name }} AZURE_LOCATION=${{ inputs.location }} make az-mkaks-cilium-nap
run: AZURE_CLUSTER_NAME=${{ inputs.cluster_name }} AZURE_RESOURCE_GROUP=${{ inputs.resource_group }} AZURE_ACR_NAME=${{ inputs.acr_name }} AZURE_LOCATION=${{ inputs.location }} make az-mkaks-cilium
- name: az login 2
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
with:
Expand Down

0 comments on commit e66b4e4

Please sign in to comment.