Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed May 28, 2024
1 parent 9272725 commit 729ae43
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,26 @@ launch-rook-ceph: create-loop-dev
$(KUBECTL) apply -f testdata/persistentvolumes.yaml
$(HELM) upgrade --install --version $(ROOK_CHART_VERSION) --repo https://charts.rook.io/release \
--namespace $(NS) -f testdata/values.yaml rook-ceph-cluster rook-ceph-cluster
$(KUBECTL) get pod -A -w
sleep 10
$(KUBECTL) logs -n rook-ceph deploy/rook-ceph-operator -f
sleep 10
$(KUBECTL) logs -n rook-ceph deploy/rook-ceph-operator -f
sleep 10
$(KUBECTL) logs -n rook-ceph deploy/rook-ceph-operator -f
sleep 10
$(KUBECTL) logs -n rook-ceph deploy/rook-ceph-operator -f
sleep 10
$(KUBECTL) logs -n rook-ceph deploy/rook-ceph-operator -f
sleep 10
$(KUBECTL) logs -n rook-ceph deploy/rook-ceph-operator -f
sleep 10
$(KUBECTL) logs -n rook-ceph deploy/rook-ceph-operator -f
sleep 10
$(KUBECTL) logs -n rook-ceph deploy/rook-ceph-operator -f
sleep 10
$(KUBECTL) logs -n rook-ceph deploy/rook-ceph-operator -f
sleep 10
$(KUBECTL) logs -n rook-ceph deploy/rook-ceph-operator -f
$(HELM) upgrade --install --version $(ROOK_CHART_VERSION) --repo https://charts.rook.io/release \
--create-namespace --namespace $(NS2) -f testdata/values.yaml --set cephClusterSpec.dataDirHostPath=/var/lib/rook2 \
--wait rook-ceph-cluster2 rook-ceph-cluster
Expand Down

0 comments on commit 729ae43

Please sign in to comment.