You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPER_GUIDE.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,12 @@ make toolchain # Install required to develop the project
8
8
9
9
## Testing a code change
10
10
11
-
Deploy your changes to a local development cluster and run the tests against it. You will need to allowlist your account
12
-
for ENI trunking before the deployment.
11
+
Deploy your changes to a local development cluster and run the tests against it. You will need to allowlist your account for ENI trunking before the deployment.
12
+
13
+
If you are testing on EKS beta cluster, set
14
+
```sh
15
+
BETA_CLUSTER=true
16
+
```
13
17
14
18
```sh
15
19
make apply-dependencies # install the cert manager and certificate
0 commit comments