1
0
mirror of https://github.com/jcwimer/kubernetes-ansible synced 2026-03-25 00:54:44 +00:00
Files
kubernetes-ansible/rook/deploy-rook.sh

7 lines
162 B
Bash

kubectl apply -f operator.yaml
sleep 30s
kubectl apply -f cluster.yaml
sleep 60s
echo kubectl apply -f storageclass.yaml
kubectl apply -f dashboard-external.yaml