Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/aws-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ After creating the cluster we'll walk through installing the following add-ons a
## Table of Contents:
1. [Create EKS Cluster](#create-cluster)
2. [Make sure EKS Cluster has OIDC Provider](#check-oidc)
3. [Install EBS CSI Add-on](#ebs-addon)
4. [Install AWS LB Controller](#aws-lb)
3. [Install Node Autoscaling](#node-autoscaler)
4. [Install EBS CSI Add-on](#ebs-addon)
5. [Install AWS LB Controller](#aws-lb)
4. [Install NGINX Ingress Controller](#nginx-ingress)

---
Expand Down Expand Up @@ -73,7 +74,7 @@ but below are the relevant bits. Note that `eksctl` "should" set up an OIDC prov

---

## Install Node Autoscaler
## Install Node Autoscaler <a name="node-autoscaler"></a>

To run the autoscaler on EKS, we need to create a policy and install Auto-Discovery Setup, which is the preferred method to configure [Cluster Autoscaler in EKS](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md#auto-discovery-setup).

Expand Down Expand Up @@ -260,4 +261,4 @@ Assert that things are set up correctly:
# pod/nginx-ingress-nginx-controller-76d7f6f4d5-g6fkv 1/1 Running 0 27h
# service/nginx-ingress-nginx-controller LoadBalancer 10.100.36.152 eoapi-k8s-553d3ea234b-3eef2e6e61e5d161.elb.us-west-1.amazonaws.com 80:30342/TCP,443:30742/TCP 2d17h
# service/nginx-ingress-nginx-controller-admission ClusterIP 10.100.34.22 <none> 443/TCP 2d17h
```
```