From 51de606409e25b678e9434be9f78789d687037d3 Mon Sep 17 00:00:00 2001 From: erikfuller <16261515+erikfuller@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:55:41 -0800 Subject: [PATCH] updated version on getstarted.md --- docs/guides/getstarted.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/getstarted.md b/docs/guides/getstarted.md index 482884c4..807350c5 100644 --- a/docs/guides/getstarted.md +++ b/docs/guides/getstarted.md @@ -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 @@ -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 @@ -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: