Skip to content

Commit

Permalink
conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>
  • Loading branch information
lukidzi committed Dec 16, 2024
1 parent 9f7a547 commit 3184553
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,5 @@ build/
pkg/transparentproxy/ebpf/programs/amd64/mb_*
pkg/transparentproxy/ebpf/programs/arm64/mb_*

<<<<<<< HEAD
=======
/justfile

>>>>>>> 529694bad (ci(k8s): download calico manifests as needed (#11851))
# Used to download manifests for k3d
/test/k3d
4 changes: 0 additions & 4 deletions mk/dependencies/deps.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
<<<<<<< HEAD
dbbf3720d787255a5b12b1e740d8418f92b69c6b
=======
b1205d74c2e9db303adc2d29d38c6edb8ae52081
>>>>>>> 529694bad (ci(k8s): download calico manifests as needed (#11851))
4 changes: 0 additions & 4 deletions mk/dependencies/k3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
set -e

OUTPUT_DIR=$1/bin
<<<<<<< HEAD
VERSION="5.4.7"
=======
VERSION="5.7.4"
>>>>>>> 529694bad (ci(k8s): download calico manifests as needed (#11851))

if [[ $2 == "get-version" ]]; then
echo ${VERSION}
Expand Down
14 changes: 0 additions & 14 deletions mk/k3d.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
CI_K3S_VERSION ?= $(K8S_MIN_VERSION)
METALLB_VERSION ?= v0.13.9
<<<<<<< HEAD
K3D_VERSION ?= $(shell $(TOP)/$(KUMA_DIR)/mk/dependencies/k3d.sh - get-version)
=======
K3D_VERSION ?= $(shell $(TOP)/mk/dependencies/k3d.sh - get-version)
>>>>>>> 529694bad (ci(k8s): download calico manifests as needed (#11851))

KUMA_MODE ?= zone
KUMA_NAMESPACE ?= kuma-system
Expand Down Expand Up @@ -59,11 +55,7 @@ K3D_CLUSTER_CREATE_OPTS ?= -i rancher/k3s:$(CI_K3S_VERSION) \

ifeq ($(K3D_NETWORK_CNI),calico)
K3D_CLUSTER_CREATE_OPTS += --volume "$(TOP)/$(KUMA_DIR)/test/k3d/calico.$(K3D_VERSION).yaml:/var/lib/rancher/k3s/server/manifests/calico.yaml" \
<<<<<<< HEAD
--k3s-arg '--flannel-backend=none@server:*'
=======
--k3s-arg '--flannel-backend=none@server:*' --k3s-arg '--disable-network-policy@server:*'
>>>>>>> 529694bad (ci(k8s): download calico manifests as needed (#11851))
endif

ifdef CI
Expand Down Expand Up @@ -120,14 +112,8 @@ $(TOP)/$(KUMA_DIR)/test/k3d/calico.$(K3D_VERSION).yaml:
https://k3d.io/v$(K3D_VERSION)/usage/advanced/calico.yaml

.PHONY: k3d/start
<<<<<<< HEAD
k3d/start: ${KIND_KUBECONFIG_DIR} k3d/network/create k3d/setup-docker-credentials
$(if $(findstring calico,$(K3D_NETWORK_CNI)),$(TOP)/$(KUMA_DIR)/test/k3d/calico.$(K3D_VERSION).yaml)
=======
k3d/start: ${KIND_KUBECONFIG_DIR} k3d/network/create k3d/setup-docker-credentials \
$(if $(findstring calico,$(K3D_NETWORK_CNI)),$(TOP)/$(KUMA_DIR)/test/k3d/calico.$(K3D_VERSION).yaml)

>>>>>>> 529694bad (ci(k8s): download calico manifests as needed (#11851))
@echo "PORT_PREFIX=$(PORT_PREFIX)"
@KUBECONFIG=$(KIND_KUBECONFIG) \
$(K3D_BIN) cluster create "$(KIND_CLUSTER_NAME)" $(K3D_CLUSTER_CREATE_OPTS)
Expand Down

0 comments on commit 3184553

Please sign in to comment.