File tree Expand file tree Collapse file tree 2 files changed +5335
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5335
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Run through them again for a second cluster to use with the extended example sho
6969 ` ` `
70701. Run either ` kubectl` or ` helm` to deploy the controller:
7171 ` ` ` bash
72- kubectl apply -f examples/deploy-v0.0.9 .yaml
72+ kubectl apply -f examples/deploy-v0.0.10 .yaml
7373 ` ` `
7474 or
7575 ` ` ` bash
@@ -78,7 +78,7 @@ Run through them again for a second cluster to use with the extended example sho
7878 # Run helm with either install or upgrade
7979 helm install gateway-api-controller \
8080 oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
81- --version=v0.0.9 \
81+ --version=v0.0.10 \
8282 --set=aws.region=$AWS_REGION --set=serviceAccount.create=false --namespace aws-application-networking-system
8383 ` ` `
84841. Create the ` amazon-vpc-lattice` GatewayClass:
You can’t perform that action at this time.
0 commit comments