You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
270 B

#
# crea el namespace
#
kubectl create -f oc-namespace.yaml
#
# crea los voluenes persistentes
#
kubectl create -f pv-local-owncloud.yaml
kubectl create -f pv-local-mysql.yaml
kubectl create -k ./
#
# observa hasta que arranque todo
#
watch kubectl get all -n owncloud