Hide Forgot
Description of problem: It would be nice if the Tech Preview of Pipelines was enabled by default in the image that `oc cluster up` uses by default ose:v3.3.0.32. It's very apparent in the Web UI that this is a Tech Preview feature so I don't think there would be any confusion there. Version-Release number of selected component (if applicable): 3.3.0.32 How reproducible: Steps to Reproduce: 1. Ensure docker is up and running w/ --insecure-registry 0.0.0.0/0 2. Run oc cluster up --image=registry.access.redhat.com/openshift3/ose:v3.3.0.32 3. Actual results: OpenShift Container Platform 3.3 w/o Pipelines enabled. Expected results: OpenShift Container Platform 3.3 with Pipelines enabled. Additional info: Take note of the steps to enable the pipeline tech preview in 3.3: https://github.com/nickschuetz/ocp-3.3-pipelines/blob/master/README.md
I'm not sure why you are running "oadm policy add-cluster-role-to-group system:build-strategy-jenkinspipeline system:authenticated", it should not be necessary. It sounds like perhaps you're reusing a config from a 3.2 environment and did not reconcile the roles? (oadm policy reconcile-cluster-roles ) In addition you can get to the pipeline view by navigating to https://<host>/console/project/<project>/browse/pipelines your steps just enable the navigation link on the lefthand side. So i don't think it's worth us doing something special here.
This is an image housed at registry.access.redhat.com/openshift3/ose:v3.3.0.32. I'm not sure how it was created. In addition it's nice to have that navigation pane available for users that don't know about the hidden ability to access it via URL.