Skip to content

Commit

Permalink
chore: remove capi hacks
Browse files Browse the repository at this point in the history
Remove hacks used for CAPI tests

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Sep 1, 2022
1 parent c568770 commit 7a0e373
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions hack/test/e2e-aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function setup {
export AWS_VPC_ID=vpc-ff5c5687
export AWS_SUBNET=subnet-c4e9b3a0
export AWS_SUBNET_AZ=us-east-1a
export CALICO_VERSION=v3.18
export CALICO_VERSION=v3.24.1
export AWS_CLOUD_PROVIDER_VERSION=v1.20.0-alpha.0

## Control plane vars
Expand All @@ -77,13 +77,9 @@ function setup {
export AWS_NODE_ADDL_SEC_GROUPS='[{id: sg-ebe8e59f}]'
export AWS_NODE_IAM_PROFILE=CAPI_AWS_Worker

# TODO: frezbo
# revert to the standard templates from siderolabs once upstream PR's are merged and a new release is tagged.
# - https://github.com/projectcalico/calico/pull/6370
# - https://github.com/kubernetes/cloud-provider-aws/pull/431
${CLUSTERCTL} generate cluster ${NAME_PREFIX} \
--kubeconfig /tmp/e2e/docker/kubeconfig \
--from https://github.com/frezbo/cluster-api-templates/blob/use-templated-ccm-manifests/aws/standard/standard.yaml > ${TMP}/cluster.yaml
--from https://github.com/siderolabs/cluster-api-templates/blob/main/aws/standard/standard.yaml > ${TMP}/cluster.yaml
}

setup
Expand Down

0 comments on commit 7a0e373

Please sign in to comment.