Skip to content

Commit 55c1053

Browse files
author
Doyoon Kim
authored
Update deploy docs and add v0.0.11 example (#234)
1 parent f839004 commit 55c1053

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Run through them again for a second cluster to use with the extended example sho
6969
```
7070
1. Run either `kubectl` or `helm` to deploy the controller:
7171
```bash
72-
kubectl apply -f examples/deploy-v0.0.10.yaml
72+
kubectl apply -f examples/deploy-v0.0.11.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.10 \
81+
--version=v0.0.11 \
8282
--set=aws.region=$AWS_REGION --set=serviceAccount.create=false --namespace aws-application-networking-system
8383
```
8484
1. Create the `amazon-vpc-lattice` GatewayClass:
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Namespace
33
metadata:
44
labels:
55
control-plane: gateway-api-controller
6-
name: system
6+
name: aws-application-networking-system
77
---
88
apiVersion: apiextensions.k8s.io/v1
99
kind: CustomResourceDefinition
@@ -4937,7 +4937,7 @@ apiVersion: v1
49374937
kind: ServiceAccount
49384938
metadata:
49394939
name: gateway-api-controller
4940-
namespace: system
4940+
namespace: aws-application-networking-system
49414941
---
49424942
apiVersion: rbac.authorization.k8s.io/v1
49434943
kind: ClusterRole
@@ -5218,7 +5218,7 @@ roleRef:
52185218
subjects:
52195219
- kind: ServiceAccount
52205220
name: gateway-api-controller
5221-
namespace: system
5221+
namespace: aws-application-networking-system
52225222
---
52235223
apiVersion: rbac.authorization.k8s.io/v1
52245224
kind: ClusterRoleBinding
@@ -5231,7 +5231,7 @@ roleRef:
52315231
subjects:
52325232
- kind: ServiceAccount
52335233
name: gateway-api-controller
5234-
namespace: system
5234+
namespace: aws-application-networking-system
52355235
---
52365236
apiVersion: v1
52375237
data:
@@ -5257,7 +5257,7 @@ metadata:
52575257
labels:
52585258
control-plane: gateway-api-controller
52595259
name: gateway-api-controller-metrics-service
5260-
namespace: system
5260+
namespace: aws-application-networking-system
52615261
spec:
52625262
ports:
52635263
- name: https
@@ -5273,7 +5273,7 @@ metadata:
52735273
labels:
52745274
control-plane: gateway-api-controller
52755275
name: gateway-api-controller
5276-
namespace: system
5276+
namespace: aws-application-networking-system
52775277
spec:
52785278
replicas: 1
52795279
selector:
@@ -5304,7 +5304,7 @@ spec:
53045304
- --leader-elect
53055305
command:
53065306
- /manager
5307-
image: public.ecr.aws/m7r9p7b3/aws-gateway-controller:v0.0.7
5307+
image: public.ecr.aws/m7r9p7b3/aws-gateway-controller:v0.0.11
53085308
livenessProbe:
53095309
httpGet:
53105310
path: /healthz

0 commit comments

Comments
 (0)