Hide Forgot
Description of problem: After reconcile sccs with --confirm flag, the scc in etcd should match the bootstrap sccs. But when I run the reconcile sccs second times, still have something output, this is not acceptable. Version-Release number of selected component (if applicable): devenv-rhel7_3859 How reproducible: always Steps to Reproduce: 1.Run `oadm policy reconcile-sccs --confirm` via cluster-admin 2.Run `oadm policy reconcile-sccs` via cluster-admin again 3. Actual results: 2. # oadm policy reconcile-sccs apiVersion: v1 items: - allowHostDirVolumePlugin: false allowHostIPC: false allowHostNetwork: false allowHostPID: false allowHostPorts: false allowPrivilegedContainer: false ...... Expected results: 2. should have no output Additional info:
Fixed in https://github.com/openshift/origin/pull/8292
Checked with devenv-rhel7_3871, this issue has been fixed.