From 2963d693cc43a25a738348863f777bbc87e664b8 Mon Sep 17 00:00:00 2001 From: Matt Wittwer Date: Mon, 16 Dec 2024 00:17:05 +0000 Subject: [PATCH] update autoscaling example command --- deploy/k8s-onprem/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/k8s-onprem/README.md b/deploy/k8s-onprem/README.md index cb641830c9..ba876fcb1a 100644 --- a/deploy/k8s-onprem/README.md +++ b/deploy/k8s-onprem/README.md @@ -214,10 +214,10 @@ documentation](https://helm.sh/docs/using_helm/#customizing-the-chart-before-ins You can edit the values.yaml file directly or you can use the *--set* option to override a single parameter with the CLI. For example, to deploy a cluster with a minimum of two inference servers use *--set* to -set the autoscaler.minReplicas parameter. +set the autoscaling.minReplicas parameter. ``` -$ helm install example --set autoscaler.minReplicas=2 . +$ helm install example --set autoscaling.minReplicas=2 . ``` You can also write your own "config.yaml" file with the values you