From 3c5288a121c623ad9dc0edc35193331a76c5471e Mon Sep 17 00:00:00 2001 From: liwen wu Date: Tue, 29 Nov 2022 20:15:27 +0000 Subject: [PATCH] Update the readme on helm chart --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f8ead130..8ca5432d 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,11 @@ kubectl apply -f deploy.yaml Step 4: Deploy using helm Chart +``` +# login ECR +aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws +``` + ``` helm install(or upgrade) gateway-api-controller \ oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\