Skip to content

Commit

Permalink
fix: Now need to install CRDs in VPC Lattice lab
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Jan 24, 2025
1 parent 1fc2ede commit 600c732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/networking/vpc-lattice/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ $ aws ec2 authorize-security-group-ingress --group-id $CLUSTER_SG --ip-permissio
}
```

This step will install the controller and the CRDs (Custom Resource Definitions) required to interact with the Kubernetes Gateway API.
This step will install the Kubernetes Gateway API CRDs as well as the VPC Lattice controller that provide an implementation of that API:

```bash wait=30
$ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.0/standard-install.yaml
$ aws ecr-public get-login-password --region us-east-1 \
| helm registry login --username AWS --password-stdin public.ecr.aws
$ helm install gateway-api-controller \
Expand Down

0 comments on commit 600c732

Please sign in to comment.