Use oc for the openshift command

Change-Id: I91beb9e325b1f15cd58f6cd1613fd65a76874604
This commit is contained in:
Flavio Percoco 2017-12-01 10:13:25 +01:00
parent 85866bc3b9
commit a527e2d1ce
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
set -e
set -x
oc cluster up
oc cluster up --version=v3.6.1
oc login -u system:admin
oc delete scc anyuid hostaccess hostmount-anyuid hostnetwork privileged nonroot restricted
@ -34,7 +34,7 @@
sudo mkdir /tmp/test-volume
cat <<EOF | kubectl create -f -
cat <<EOF | oc create -f -
apiVersion: v1
kind: PersistentVolume
metadata: