Skip to content

Commit

Permalink
Merge branch 'main' into feature/job/correction-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak authored Nov 8, 2023
2 parents 94d5157 + cadd72e commit 4d13235
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile.d/k3d.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ k3d/start:
# $(K3D_COMMAND) cluster create $(K3D_CLUSTER_NAME) --agents $(K3D_NODES) -v "/lib/modules:/lib/modules" --host-pid-mode=true
# $(K3D_COMMAND) cluster create $(K3D_CLUSTER_NAME) -p "8081:80@loadbalancer" --agents $(K3D_NODES) --k3s-arg '--disable=traefik@all'
export KUBECONFIG="$(shell sudo $(K3D_COMMAND) kubeconfig merge -o $(TEMP_DIR)/k3d_$(K3D_CLUSTER_NAME)_kubeconfig.yaml $(K3D_CLUSTER_NAME))"
kubectl apply -f https://projectcontour.io/quickstart/operator.yaml
kubectl apply -f https://projectcontour.io/quickstart/contour-custom-resource.yaml

.PHONY: k3d/restart
## restart k3d (kubernetes in docker) cluster
Expand Down

0 comments on commit 4d13235

Please sign in to comment.