From 7d46122401bbe762761a0d09defd9c8e479bbc6e Mon Sep 17 00:00:00 2001 From: Nicolas Laduguie Date: Fri, 1 Nov 2024 18:31:54 +0100 Subject: [PATCH] Docs --- charts/cluster-autoscaler/README.md | 6 ++++++ charts/cluster-autoscaler/README.md.gotmpl | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/charts/cluster-autoscaler/README.md b/charts/cluster-autoscaler/README.md index 7dcbd676d72f..fba87bfa9ab5 100644 --- a/charts/cluster-autoscaler/README.md +++ b/charts/cluster-autoscaler/README.md @@ -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 diff --git a/charts/cluster-autoscaler/README.md.gotmpl b/charts/cluster-autoscaler/README.md.gotmpl index 3d42a9568066..307d9171faa1 100644 --- a/charts/cluster-autoscaler/README.md.gotmpl +++ b/charts/cluster-autoscaler/README.md.gotmpl @@ -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