-
Feature Request
-
Resolution: Done
-
Minor
-
1.2.0.GA
-
None
-
Documentation (Ref Guide, User Guide, etc.), User Experience
`deploy.sh` is not working with most recent openshift client (`oc` version 4.1).
It fails on creation of CheCluster CR with this error:
error: The template contained an object type unknown to `oc new-app`. Use `oc process -f <template> | oc create -f -` instead. Error details: no kind "CheCluster" is registered for version "org.eclipse.che/v1" in scheme "k8s.io/kubernetes/pkg/kubectl/scheme/scheme.go:28"
I've tried suggested solution (replace `oc new-app` with `oc process | oc create`) and it works, but requires edition of `deploy.sh` script.
Running `deploy.sh` with oc 3.11 works without any problems.
- is documented by
-
RHDEVDOCS-1120 oc version must correspond to OCP version
- Closed
- is related to
-
CRW-310 CRW e2e jobs with boilerplate code should use JOB_NAME as the project namespace to avoid collisions
- Closed
- links to