From 2e50fdd4820469414ee3d76383fad317771f73df Mon Sep 17 00:00:00 2001 From: eaudetcobello Date: Wed, 10 Jul 2024 17:00:17 -0400 Subject: [PATCH] revert unneeded --- templates/cluster-template-aws.rc | 5 ----- templates/cluster-template-aws.yaml | 1 - 2 files changed, 6 deletions(-) diff --git a/templates/cluster-template-aws.rc b/templates/cluster-template-aws.rc index b937669..bcc024c 100755 --- a/templates/cluster-template-aws.rc +++ b/templates/cluster-template-aws.rc @@ -6,11 +6,6 @@ export WORKER_MACHINE_COUNT=1 # AWS region export AWS_REGION="eu-west-1" -# AWS image -# Use clusterawsadm ami list to verify there is a AMI that -# matches your desired base os and kubernetes version. -export AWS_IMAGE_LOOKUP_BASE_OS= - # AWS machine configuration export AWS_CREATE_BASTION=true export AWS_PUBLIC_IP=false diff --git a/templates/cluster-template-aws.yaml b/templates/cluster-template-aws.yaml index 645f6e2..31afb6d 100644 --- a/templates/cluster-template-aws.yaml +++ b/templates/cluster-template-aws.yaml @@ -20,7 +20,6 @@ metadata: name: ${CLUSTER_NAME} spec: region: ${AWS_REGION} - imageLookupBaseOS: ${AWS_IMAGE_LOOKUP_BASE_OS} sshKeyName: ${AWS_SSH_KEY_NAME} bastion: enabled: ${AWS_CREATE_BASTION:=false}