Skip to content

Commit

Permalink
Revert "fix: deleted contour ingress contoller apply (#2229)"
Browse files Browse the repository at this point in the history
This reverts commit cadd72e.
  • Loading branch information
ykadowak committed Nov 30, 2023
1 parent b05f2c2 commit 5bd1598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.d/k3d.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ 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 5bd1598

Please sign in to comment.