mirror of https://github.com/kubernetes/kops.git
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:
parent
b5fe19e5e6
commit
6b996b4121
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue