Skip to content

Commit

Permalink
Merge pull request #5220 from harshal-shah/patch-1
Browse files Browse the repository at this point in the history
Fixing name of cert file
  • Loading branch information
k8s-ci-robot authored May 31, 2018
2 parents c83dbc1 + deb4b48 commit 14ba52b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/cluster-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-certificates.crt" # (/etc/ssl/certs for gce, /etc/ssl/certs/ca-bundle.crt for RHEL7.X)

addon=cluster-autoscaler.yml
wget -O ${addon} https://raw.githubusercontent.com/kubernetes/kops/master/addons/cluster-autoscaler/v1.8.0.yaml
Expand Down

0 comments on commit 14ba52b

Please sign in to comment.