From bea7e5e2e7d61da875591fa3391a48a4055a91a5 Mon Sep 17 00:00:00 2001 From: Steven Davidovitz Date: Tue, 24 Sep 2019 10:31:36 -0700 Subject: [PATCH] [stable/cluster-autoscaler] remove sslCertPath variable from README (#17406) Removed in #17322, but forgot the README update. Signed-off-by: Steven Davidovitz --- stable/cluster-autoscaler/Chart.yaml | 2 +- stable/cluster-autoscaler/README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stable/cluster-autoscaler/Chart.yaml b/stable/cluster-autoscaler/Chart.yaml index de757c648f..4f7b157474 100644 --- a/stable/cluster-autoscaler/Chart.yaml +++ b/stable/cluster-autoscaler/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Scales worker nodes within autoscaling groups. icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png name: cluster-autoscaler -version: 4.0.0 +version: 4.0.1 appVersion: 1.13.7 home: https://github.com/kubernetes/autoscaler sources: diff --git a/stable/cluster-autoscaler/README.md b/stable/cluster-autoscaler/README.md index e1547374a3..465339a85b 100644 --- a/stable/cluster-autoscaler/README.md +++ b/stable/cluster-autoscaler/README.md @@ -140,8 +140,6 @@ Parameter | Description | Default `autoscalingGroupsnamePrefix[].name` | GCE MIG name prefix (the full name is invalid) | None. Required for `cloudProvider=gce` `autoscalingGroupsnamePrefix[].maxSize` | maximum MIG size | None. Required for `cloudProvider=gce` `autoscalingGroupsnamePrefix[].minSize` | minimum MIG size | None. Required for `cloudProvider=gce` -`sslCertPath` | Path on the pod where ssl ca cert exists | `/etc/ssl/certs/ca-certificates.crt` -`sslCertHostPath` | Path on the host where ssl ca cert exists | `/etc/ssl/certs/ca-certificates.crt` `cloudProvider` | `aws` or `spotinst` are currently supported for AWS. `gce` for GCE. `azure` for Azure AKS | `aws` `image.repository` | Image | `k8s.gcr.io/cluster-autoscaler` `image.tag` | Image tag | `v1.13.1`