Replace kubectl with oc for apply 41/1541/1
authorYolanda Robla <yroblamo@redhat.com>
Thu, 5 Sep 2019 10:56:15 +0000 (12:56 +0200)
committerYolanda Robla <yroblamo@redhat.com>
Thu, 5 Sep 2019 10:57:22 +0000 (12:57 +0200)
commitf672d9353867754f36d0574227cabc92f9bdf258
tree925fc22bba636d8d6ab4281ef3a6c113ffc6fb17
parent988a46e44800021bd3f75f540e7bc78e8fe37f99
Replace kubectl with oc for apply

When applying certain manifests, kubectl could
throw an error because it is not dealing properly
with openshift manifests. Switch to oc client that
is totally matching the installer version.

Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I4de5e230577e7f10f1c181b166770d14cb7f3465
pkg/site/site.go
pkg/utils/utils.go