Hide Forgot
Description of problem: From this PR https://github.com/openshift/cluster-network-operator/pull/120 The crd networkconfigs.networkoperator.openshift.io has been changed to 'networks.operator.openshift.io', but found the old CRD networkconfigs.networkoperator.openshift.io still exist in the cluster # oc get crd | grep network clusternetworks.network.openshift.io 2019-03-14T07:06:06Z egressnetworkpolicies.network.openshift.io 2019-03-14T07:06:07Z hostsubnets.network.openshift.io 2019-03-14T07:06:06Z netnamespaces.network.openshift.io 2019-03-14T07:06:07Z network-attachment-definitions.k8s.cni.cncf.io 2019-03-14T07:06:03Z networkconfigs.networkoperator.openshift.io 2019-03-14T07:05:20Z networks.config.openshift.io 2019-03-14T07:05:19Z networks.operator.openshift.io 2019-03-14T07:05:34Z Version-Release number of selected component (if applicable): 4.0.0-0.nightly-2019-03-13-233958 How reproducible: always Steps to Reproduce: 1. setup env using payload version 4.0.0-0.nightly-2019-03-13-233958 2. oc get crd | grep network 3. Actual results: networkconfigs.networkoperator.openshift.io still exist Expected results: 'networkconfigs.networkoperator.openshift.io' should be deleted since it has changed to 'networks.operator.openshift.io' Additional info:
PR https://github.com/openshift/installer/pull/1410 filed.
Ricardo: Can you keep an eye on that PR and make sure it gets in please?
https://github.com/openshift/installer/pull/1410 was merged, closing the bug.
Per conversation with Bo Meng about bug workflow, bugs on POST are picked up by ART team, verified once the PR is put in a build then it moves to ON_QA. Thus reopening.
Verified this bug on 4.0.0-0.nightly-2019-03-28-030453 networkconfigs.networkoperator.openshift.io had been removed.
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