Hide Forgot
Description of problem: Deploy federation control plane with OLM, the federation control plane can be deployed successfully, but the version is federationv2.v0.0.2. It's not the version plans to release in OCP4.0 Version-Release number of selected component (if applicable): $ oc exec olm-operator-5f7dcdcd8f-ttn7t -- olm -version OLM version: 0.8.0 git commit: 75e95a0 How reproducible: Always Steps to Reproduce: 1. Create a subscription for federation v2 in the web console. 2. Check Federation V2 control plane Pod is created successfully. 3. Check the control plane version. Actual results: Image: quay.io/kubernetes-multicluster/federation-v2:v0.0.2-rc.1 Expected results: Additional info: ]$ oc logs federation-controller-manager-5d796cc445-882fl I0109 08:55:47.218753 1 main.go:77] Version: {Version:v0.0.1-alpha.0 GitCommit:unknown G
This is in-progress now. I've updated the manifests in the openshift repo, which you can see here: https://github.com/openshift/federation-v2-operator/tree/master/manifests/federation-v2 However, these need to be updated in the community-operators repo still, and I've found a couple things that need tweaking for that happens. Expect this to land in the next few days.
To temporarily unblock QE, I've added instructions in the README for how to test a local version: https://github.com/openshift/federation-v2-operator#developing I will work to update the manifests in the community operators repo as a next step, but for now you should be able to follow the instructions to test.
Putting into ON_QA; I'll expect it to come back to ASSIGNED until I finish updating the manifests in the community-operators repo but this should at least unblock testing.
I've made a PR to update the OLM manifests in the community-operators repo: https://github.com/operator-framework/community-operators/pull/88 ...will comment and put to MODIFIED when that merges.
Verified with: 4.0.0-0.nightly-2019-03-15-063749 kubefed2 version: version.Info{Version:"0.0.6", GitCommit:"de6a0a909418f5ddf2d04d232b0ca55aa9cffb49", GitTreeState:"clean", BuildDate:"2019-03-14T00:43:37Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"} Federation v2 controller-manager version: version.Info{Version:"0.0.6", GitCommit:"de6a0a909418f5ddf2d04d232b0ca55aa9cffb49", GitTreeState:"clean", BuildDate:"2019-03-14T00:43:37Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758