Skip to content

Commit

Permalink
Bump k3s
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Jun 23, 2024
1 parent 9b75bf0 commit c39bc2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/hack/ci/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
K3D_URL=https://github.com/raw/k3d-io/k3d/main/install.sh
K3S ?= "rancher/k3s:v1.29.5-k3s1"

PROJECT_ROOT ?= ../../..
CLUSTER_NAME ?= kyma
Expand Down Expand Up @@ -52,12 +53,14 @@ create-kyma-system-ns: ## Create kyma-system namespace.
create-k3d: ## Create k3d with kyma CRDs.
@echo "::group::create-k3d"
k3d cluster create ${CLUSTER_NAME} \
--image ${K3S}
--api-port 6550 \
-p 8080:80@loadbalancer \
-p 8443:443@loadbalancer \
-p 9090-9099:9090-9099@loadbalancer \
--agents 2 \
--registry-create k3d-${REGISTRY_NAME}:${REGISTRY_PORT}
kubectl version
@echo "::endgroup::"

.PHONY: apply-appcon
Expand Down

0 comments on commit c39bc2f

Please sign in to comment.