Fixing name of cert file

Fixing name of certificate file in the documentation. Also adding clarification for ASG group name.
This commit is contained in:
Harshal Shah 2018-05-28 16:07:37 +05:30 committed by GitHub
parent b5fe19e5e6
commit 6b996b4121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@ IMAGE=k8s.gcr.io/cluster-autoscaler:v1.1.0
MIN_NODES=1
MAX_NODES=5
AWS_REGION=us-east-1
# For AWS GROUP_NAME should be the name of ASG as seen on AWS console
GROUP_NAME="nodes.k8s.example.com"
SSL_CERT_PATH="/etc/ssl/certs/ca-certificates.crt" # (/etc/ssl/certs for gce)
SSL_CERT_PATH="/etc/ssl/certs/ca-bundle.crt" # (/etc/ssl/certs for gce)
addon=cluster-autoscaler.yml
wget -O ${addon} https://raw.githubusercontent.com/kubernetes/kops/master/addons/cluster-autoscaler/v1.8.0.yaml