From 0b8f04d3008beaba1b40938ef0f8eb14eed3ce93 Mon Sep 17 00:00:00 2001 From: NeroUcH Date: Thu, 25 May 2023 02:57:52 +0800 Subject: [PATCH] doc: add vpa install process --- advanced/ElasticScale/README.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/advanced/ElasticScale/README.adoc b/advanced/ElasticScale/README.adoc index d0235bb..d5152f8 100644 --- a/advanced/ElasticScale/README.adoc +++ b/advanced/ElasticScale/README.adoc @@ -39,6 +39,11 @@ kubectl delete hpa random-generator # Check that HPA is deleted # Install VPA according to https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler +''' +git clone git@github.com:kubernetes/autoscaler.git +cd ./autoscaler/vertical-pod-autoscaler +./hack/vpa-up.sh +''' # Deploy app if not already deployed kubectl create -f deployment.yml