Skip to content

Commit

Permalink
test(kubernetes): fix cni app name for kong-mesh (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Chen <[email protected]>
  • Loading branch information
jijiechen authored Jan 22, 2025
1 parent 586b77f commit 3ab8498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/cfg/kong-mesh-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ imageRegistry: kong
namespace: kong-mesh-system
serviceName: kong-mesh-control-plane
defaultClusterStartupRetries: 60 # bump this value because fetching containers may take more time than usual
CNIApp: kong-mesh-cni
CNIConf:
BinDir: /opt/cni/bin
NetDir: /etc/cni/net.d
Expand Down
1 change: 1 addition & 0 deletions test/cfg/kong-mesh-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ imageRegistry: kong
namespace: kong-mesh-system
serviceName: kong-mesh-control-plane
defaultClusterStartupRetries: 60 # bump this value because fetching containers may take more time than usual
CNIApp: kong-mesh-cni
CNIConf:
BinDir: /home/kubernetes/bin
NetDir: /etc/cni/net.d
Expand Down
1 change: 1 addition & 0 deletions test/cfg/kong-mesh-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ imageRegistry: kong
namespace: kong-mesh-system
serviceName: kong-mesh-control-plane
defaultClusterStartupRetries: 60 # bump this value because fetching containers may take more time than usual
CNIApp: kong-mesh-cni

0 comments on commit 3ab8498

Please sign in to comment.