Skip to content

Commit 38204be

Browse files
Add helm install command
1 parent 4678880 commit 38204be

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,21 @@ eksctl create iamserviceaccount \
8282
--approve
8383
```
8484

85-
Step 4: deploy into cluster
85+
Step 4: Deploy into cluster using generated deploy.yaml
8686

8787
```
8888
kubectl apply -f deploy.yaml
8989
```
9090

91+
Step 4: Deploy using helm Chart
92+
93+
```
94+
helm install(or upgrade) gateway-api-controller \
95+
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
96+
--version=v0.0.2 \
97+
--set=aws.region=us-west-2 --set=serviceAccount.create=false --namespace system
98+
```
99+
91100

92101
You can find more details are in [Detail Notes](https://code.amazon.com/packages/MercuryK8SController/blobs/mainline/--/developer.md) and [end-to-end Smoke Test](https://quip-amazon.com/FaquAsssAitb/Testing-Manual-end-to-end-Smoke-Testing-for-Kubernetes-Controllers).
93102

0 commit comments

Comments
 (0)