Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cupnes committed Feb 27, 2024
1 parent a49e8a2 commit e6cdd12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,12 @@ launch-minikube:
--extra-config=kubeadm.node-name=$(CLUSTER_NAME)-worker \
--extra-config=kubelet.hostname-override=$(CLUSTER_NAME)-worker \
--cni=calico
ls -ld $$HOME/.kube
ls -l $$HOME/.kube
$(SUDO) chown -R $$USER $$HOME/.kube $(MINIKUBE_HOME)/.minikube
$(SUDO) chmod -R a+r $$HOME/.kube $(MINIKUBE_HOME)/.minikube
ls -ld $$HOME/.kube
ls -l $$HOME/.kube
$(SUDO) find $(MINIKUBE_HOME)/.minikube -name id_rsa -exec chmod 600 {} ';'

.PHONY: delete-minikube
Expand All @@ -180,7 +184,6 @@ delete-loop-dev: | $(TMPDIR)

.PHONY: launch-rook-ceph
launch-rook-ceph: create-loop-dev
ls -l /home/runner/.kube
$(KUBECTL) apply -f testdata/common.yaml
$(KUBECTL) apply -f testdata/crds.yaml
$(KUBECTL) apply -f testdata/operator.yaml
Expand Down

0 comments on commit e6cdd12

Please sign in to comment.