We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf2f1f commit 6c06cedCopy full SHA for 6c06ced
templates/cluster-template-aws.rc
100755
100644
@@ -6,11 +6,6 @@ export WORKER_MACHINE_COUNT=1
6
# AWS region
7
export AWS_REGION="eu-west-1"
8
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
-
14
# AWS machine configuration
15
export AWS_CREATE_BASTION=true
16
export AWS_PUBLIC_IP=false
templates/cluster-template-aws.yaml
@@ -20,7 +20,6 @@ metadata:
20
name: ${CLUSTER_NAME}
21
spec:
22
region: ${AWS_REGION}
23
- imageLookupBaseOS: ${AWS_IMAGE_LOOKUP_BASE_OS}
24
sshKeyName: ${AWS_SSH_KEY_NAME}
25
bastion:
26
enabled: ${AWS_CREATE_BASTION:=false}
0 commit comments