Skip to content

Commit

Permalink
Docs: move envvar section and fix links (#522)
Browse files Browse the repository at this point in the history
* Docs: move envvar section and fix links
  • Loading branch information
Doyoon Kim authored Nov 17, 2023
1 parent 649eb2d commit 72cd58c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions docs/guides/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,11 @@ Alternatively, you can manually provide configuration variables when installing

## Controller Installation

1. Run either `kubectl` or `helm` to deploy the controller. Check [Environment Variables](../concepts/environment.md) for detailed explanation of each configuration option.

1. Run either `kubectl` or `helm` to deploy the controller. Check [Environment Variables](../guides/environment.md) for detailed explanation of each configuration option.
```bash
kubectl apply -f examples/deploy-v0.0.18.yaml
```

or

```bash
# login to ECR
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/guides/getstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The first part of this section provides an example of setting up of service-to-s
The second section extends that example by creating another inventory service on a second cluster on a different VPC, and spreading traffic to that service across the two clusters and VPCs.
Both clusters are created using `eksctl`, with both clusters created from the same account by the same cluster admin.

Using these examples as a foundation, see the [Configuration](../concepts/index.md) section for ways to further configure service-to-service communications.
Using these examples as a foundation, see the [Concepts](../concepts/overview.md) section for ways to further configure service-to-service communications.

**NOTE**: You can get the yaml files used on this page by cloning the [AWS Gateway API Controller](https://github.com/aws/aws-application-networking-k8s) repository.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ nav:
- User Guides:
- Quick Start: guides/deploy.md
- Basic Setup: guides/getstarted.md
- Configuration: guides/environment.md
- Concepts:
- Design Overview: concepts/overview.md
- Environment Variables: concepts/environment.md
- TLS: concepts/https.md
- Custom Domain Name: concepts/custom-domain-name.md
- GRPC: concepts/grpc.md
Expand Down

0 comments on commit 72cd58c

Please sign in to comment.