Skip to content

Commit

Permalink
doc: add vpa install process
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroHin committed May 24, 2023
1 parent 32dd757 commit 0b8f04d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions advanced/ElasticScale/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b8f04d

Please sign in to comment.