Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhite27 committed Apr 1, 2024
1 parent 98c2168 commit 2cf280e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Instead of using a `.tfvars` for storing the different variable values, Github e
* `EKS_MAX_NODE_SIZE`: 10
* `NODE_GROUP_AUTOSCALING_POLICY_ARN`: ex: arn:aws:iam::23428842523567:policy/NameOFTHEPOLICY
* `EKS_CLUSTER_NAME`: ex: example-cluster
* `VPC_CIDR_BLOCK`: ex: \"10.0.0.0/16\",\"10.0.1.0/16\"
* `VPC_CIDR_BLOCK`: ex: 10.0.0.0/16
* `VPC_ID`: ex: vpc-232fsr9fs9229frf
* `VPC_PRIVATE_SUBNETS_1`: ex: subnet-22938423489239"
* `VPC_PRIVATE_SUBNETS_2`: ex: subnet-22938423489224"
Expand All @@ -61,6 +61,13 @@ helm install my-release autoscaler/cluster-autoscaler \
--set awsRegion=<YOUR AWS REGION>
```

## Installing the vertical pods autoscaler

```sh
kubectl apply -f https://raw.githubusercontent.com/kubernetes/autoscaler/vpa-release-1.0/vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/autoscaler/vpa-release-1.0/vertical-pod-autoscaler/deploy/vpa-rbac.yaml
```


## Installing Metrics Server

Expand Down

0 comments on commit 2cf280e

Please sign in to comment.