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.
 
 
 
 
 
 

6 lines
232 B

kubectl create -f oc-namespace.yaml
kubectl create -f pv-local-owncloud.yaml
kubectl create -f pvc-owncloud.yaml
kubectl create -f owncloud-service.yaml
kubectl create -f owncloud-deployment.yaml
watch kubectl get all -n owncloud