Skip to content

Commit

Permalink
revert unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Jul 10, 2024
1 parent edf2f1f commit 2e50fdd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions templates/cluster-template-aws.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion templates/cluster-template-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2e50fdd

Please sign in to comment.