Merge "Use oc for the openshift command"

This commit is contained in:
Zuul 2017-12-01 13:21:46 +00:00 committed by Gerrit Code Review
commit 0ebbbf4be0
1 changed files with 2 additions and 2 deletions

View File

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