Skip to content

Commit

Permalink
test(e2e): disable metrics server in k3d (backport of #11655) (#11663)
Browse files Browse the repository at this point in the history
* test(e2e): disable metrics server in k3d (#11655)

Signed-off-by: Jakub Dyszkiewicz <[email protected]>


---------

Signed-off-by: Jakub Dyszkiewicz <[email protected]>
Signed-off-by: Marcin Skalski <[email protected]>
Co-authored-by: Jakub Dyszkiewicz <[email protected]>
Co-authored-by: Marcin Skalski <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2024
1 parent 4d9d13a commit ac5d440
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mk/k3d.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ PORT_PREFIX := $$(($(patsubst 300-%,300+%-1,$(KIND_CLUSTER_NAME:kuma%=300%))))
K3D_NETWORK_CNI ?= flannel
K3D_CLUSTER_CREATE_OPTS ?= -i rancher/k3s:$(CI_K3S_VERSION) \
--k3s-arg '--disable=traefik@server:0' \
--k3s-arg '--disable=metrics-server@server:0' \
--k3s-arg '--kubelet-arg=image-gc-high-threshold=100@server:0' \
--k3s-arg '--disable=servicelb@server:0' \
--volume '$(subst @,\@,$(TOP)/$(KUMA_DIR))/test/framework/deployments:/tmp/deployments@server:0' \
--network kind \
Expand Down

0 comments on commit ac5d440

Please sign in to comment.