Skip to content

Commit

Permalink
updated version on getstarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfuller committed Dec 16, 2024
1 parent dd3c420 commit 51de606
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guides/getstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This example creates a single cluster in a single VPC, then configures two HTTPR
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
helm upgrade gateway-api-controller \
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
--version=v1.0.6 \
--version=v1.1.0 \
--reuse-values \
--namespace aws-application-networking-system \
--set=defaultServiceNetwork=my-hotel
Expand Down Expand Up @@ -221,7 +221,7 @@ This section builds on the previous one. We will be migrating the Kubernetes `in
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
helm upgrade gateway-api-controller \
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
--version=v1.0.6 \
--version=v1.1.0 \
--reuse-values \
--namespace aws-application-networking-system \
--set=defaultServiceNetwork=my-hotel
Expand Down Expand Up @@ -401,9 +401,9 @@ aws vpc-lattice delete-service-network-vpc-association --service-network-vpc-as
=== "Kubectl"
```bash
kubectl config use-context gw-api-controller-demo
kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.0.4.yaml
kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.0.yaml
kubectl config use-context gw-api-controller-demo-2
kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.0.4.yaml
kubectl delete -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.0.yaml
```
1. Delete the service network:
Expand Down

0 comments on commit 51de606

Please sign in to comment.