Merge pull request https://github.com/kubernetes/contrib/pull/2509 from mwielgus/aws_doc_fix
Automatic merge from submit-queue Cluster-autoscaler: update aws doc with --stderrthreshold=info flag cc: @andrewsykim @MaciekPytel ref: #2500
This commit is contained in:
commit
6a28643880
|
|
@ -48,7 +48,7 @@ spec:
|
||||||
app: cluster-autoscaler
|
app: cluster-autoscaler
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/cluster-autoscaler:v0.4.0
|
- image: gcr.io/google_containers/cluster-autoscaler:v0.5.1
|
||||||
name: cluster-autoscaler
|
name: cluster-autoscaler
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|
@ -60,6 +60,7 @@ spec:
|
||||||
command:
|
command:
|
||||||
- ./cluster-autoscaler
|
- ./cluster-autoscaler
|
||||||
- --v=4
|
- --v=4
|
||||||
|
- --stderrthreshold=info
|
||||||
- --cloud-provider=aws
|
- --cloud-provider=aws
|
||||||
- --skip-nodes-with-local-storage=false
|
- --skip-nodes-with-local-storage=false
|
||||||
- --nodes=1:10:k8s-worker-asg-1
|
- --nodes=1:10:k8s-worker-asg-1
|
||||||
|
|
@ -98,7 +99,7 @@ spec:
|
||||||
app: cluster-autoscaler
|
app: cluster-autoscaler
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/cluster-autoscaler:v0.4.0
|
- image: gcr.io/google_containers/cluster-autoscaler:v0.5.1
|
||||||
name: cluster-autoscaler
|
name: cluster-autoscaler
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|
@ -110,6 +111,7 @@ spec:
|
||||||
command:
|
command:
|
||||||
- ./cluster-autoscaler
|
- ./cluster-autoscaler
|
||||||
- --v=4
|
- --v=4
|
||||||
|
- --stderrthreshold=info
|
||||||
- --cloud-provider=aws
|
- --cloud-provider=aws
|
||||||
- --skip-nodes-with-local-storage=false
|
- --skip-nodes-with-local-storage=false
|
||||||
- --expander=least-waste
|
- --expander=least-waste
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@ spec:
|
||||||
command:
|
command:
|
||||||
- ./cluster-autoscaler
|
- ./cluster-autoscaler
|
||||||
- --v=4
|
- --v=4
|
||||||
|
- --stderrthreshold=info
|
||||||
- --nodes={{MIN}}:{{MAX}}:{{MIG_LINK}}
|
- --nodes={{MIN}}:{{MAX}}:{{MIG_LINK}}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: ssl-certs
|
- name: ssl-certs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue