Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-laduguie committed Nov 1, 2024
1 parent 2c19b9a commit 7d46122
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/cluster-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,12 @@ extraVolumeMounts:
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

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
Expand Down
6 changes: 6 additions & 0 deletions charts/cluster-autoscaler/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,12 @@ extraVolumeMounts:
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

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
Expand Down

0 comments on commit 7d46122

Please sign in to comment.