Skip to content

Commit

Permalink
clarified scope as AWS EKS clusters only
Browse files Browse the repository at this point in the history
  • Loading branch information
cdibble committed Jun 22, 2021
1 parent 4de83ee commit bba0e74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/source/jupyterhub/customizing/user-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ You can use `kubectl get node` to report the current `Ready/NotReady` status of

### Amazon Web Services Elastic Kubernetes Service (EKS)

AWS EKS is an Amazon service providing an AWS-managed kubernetes control plane and a set of command-line tools, `eksctl`, to create and manager kubernetes clusters. It is but one way to deploy kubernetes with AWS infrastructure, but the following assumes that you have:

1. a kubernetes cluster on deployed on EKS
1. the `eksctl` command line tools [installed](https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html) and configured to point to your EKS cluster.

To scale an existing nodegroup using the `eksctl` command line tools:

```bash
Expand Down

0 comments on commit bba0e74

Please sign in to comment.