GitBook: [master] 2 pages modified

This commit is contained in:
Chris Busch
2021-02-11 17:42:58 +00:00
committed by gitbook-bot
parent 1009cda6a9
commit 2417463038
2 changed files with 37 additions and 31 deletions

View File

@@ -172,6 +172,12 @@ Localizing the Helm charts for AWS is a critical step. Editing the following fil
### Deploy Controller to AWS
Local Kubeconfig is associated to the AWS service to enable Helm control of EKS resources by entering the following:
```text
aws eks update-kubeconfig --region $your_aws_region --name cloudsdk
```
With all dependencies met, certificates created and in place, using Helm and the authenticated session to AWS, execute the following:
```text