Skip to content

Commit 45cc348

Browse files
committed
fix e2e-setup
1 parent b3fb986 commit 45cc348

File tree

5 files changed

+2888
-9
lines changed

5 files changed

+2888
-9
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ mocks/controller-runtime/client/gomock_reflect_*
2020
pkg/**/prog.*
2121

2222
# Image build tarballed bundles
23-
*.tgz
23+
*.tgz
24+
*.log

e2e-setup.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
export CLASTER_VPC_ID=vpc-0ed040bc35eac4ae6
2-
export CLASTER_NAME=eks-auto-mode-sample
3-
export AWS_ACCOUNT_ID=111815285043
4-
export REGION=ap-northeast-1
1+
#export CLASTER_VPC_ID=vpc-0ed040bc35eac4ae6
2+
#export CLASTER_NAME=eks-auto-mode-sample
3+
#export AWS_ACCOUNT_ID=111815285043
4+
#export REGION=ap-northeast-1
55

66

77
kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v1.2.0" | kubectl apply -f -
@@ -34,3 +34,4 @@ kubectl apply -f config/crds/bases/application-networking.k8s.aws_targetgrouppol
3434
kubectl apply -f config/crds/bases/application-networking.k8s.aws_vpcassociationpolicies.yaml
3535
kubectl apply -f config/crds/bases/application-networking.k8s.aws_accesslogpolicies.yaml
3636
kubectl apply -f config/crds/bases/application-networking.k8s.aws_iamauthpolicies.yaml
37+
kubens aws-application-networking-system

helm/values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,8 @@ serviceAccount:
7878
{}
7979
# eks.amazonaws.com/role-arn: arn:aws:iam::AWS_ACCOUNT_ID:role/IAM_ROLE_NAME
8080

81-
awsRegion: ap-northeast-1
82-
awsAccountId: 111815285043
83-
clusterVpcId: vpc-0ed040bc35eac4ae6
8481
clusterName: eks-auto-mode-sample
85-
defaultServiceNetwork: test-gateway
82+
defaultServiceNetwork: lattice-gateway
8683
latticeEndpoint:
8784
webhookEnabled: true
8885
disableTaggingServiceApi: false

0 commit comments

Comments
 (0)