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

6 lines
161 B
Bash

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