Skip to content

Commit 6c06ced

Browse files
committed
revert unneeded
1 parent edf2f1f commit 6c06ced

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

templates/cluster-template-aws.rc

100755100644
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ export WORKER_MACHINE_COUNT=1
66
# AWS region
77
export AWS_REGION="eu-west-1"
88

9-
# AWS image
10-
# Use clusterawsadm ami list to verify there is a AMI that
11-
# matches your desired base os and kubernetes version.
12-
export AWS_IMAGE_LOOKUP_BASE_OS=
13-
149
# AWS machine configuration
1510
export AWS_CREATE_BASTION=true
1611
export AWS_PUBLIC_IP=false

templates/cluster-template-aws.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ metadata:
2020
name: ${CLUSTER_NAME}
2121
spec:
2222
region: ${AWS_REGION}
23-
imageLookupBaseOS: ${AWS_IMAGE_LOOKUP_BASE_OS}
2423
sshKeyName: ${AWS_SSH_KEY_NAME}
2524
bastion:
2625
enabled: ${AWS_CREATE_BASTION:=false}

0 commit comments

Comments
 (0)