Docs
This commit is contained in:
parent
39890d7729
commit
dc3491b15e
|
|
@ -340,6 +340,14 @@ extraVolumeMounts:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Custom arguments
|
||||||
|
|
||||||
|
You can use the `customArgs` value to give any argument to cluster autoscaler command.
|
||||||
|
|
||||||
|
Typical use case is to give an environment variable as an argument which will be interpolated at execution time.
|
||||||
|
|
||||||
|
This is helpful when you need to inject values from configmap or secret.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
The chart will succeed even if the container arguments are incorrect. A few minutes after starting `kubectl logs -l "app=aws-cluster-autoscaler" --tail=50` should loop through something like
|
The chart will succeed even if the container arguments are incorrect. A few minutes after starting `kubectl logs -l "app=aws-cluster-autoscaler" --tail=50` should loop through something like
|
||||||
|
|
|
||||||
|
|
@ -340,6 +340,14 @@ extraVolumeMounts:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Custom arguments
|
||||||
|
|
||||||
|
You can use the `customArgs` value to give any argument to cluster autoscaler command.
|
||||||
|
|
||||||
|
Typical use case is to give an environment variable as an argument which will be interpolated at execution time.
|
||||||
|
|
||||||
|
This is helpful when you need to inject values from configmap or secret.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
The chart will succeed even if the container arguments are incorrect. A few minutes after starting `kubectl logs -l "app=aws-cluster-autoscaler" --tail=50` should loop through something like
|
The chart will succeed even if the container arguments are incorrect. A few minutes after starting `kubectl logs -l "app=aws-cluster-autoscaler" --tail=50` should loop through something like
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue