https://github.com/openshift/origin/pull/18971
Verified. # openshift version openshift v3.10.0-0.14.0 kubernetes v1.9.1+a0ce1bc657 etcd 3.2.16
The issue present again, # openshift version openshift v3.10.0-0.27.0 kubernetes v1.10.0+b81c8f8 etcd 3.2.16
David, where do we stand on this now? I believe we are carrying a patch on the DS controller to make it a non issue?
https://github.com/openshift/ose/pull/1205 merged, so the controller doesn't create pods it knows will be rejected. "fixing" the default role to disallow the creation of a daemonset was a bug.
Setting to modified to indicate it should be fixed as David mentioned
Per David Eads in https://bugzilla.redhat.com/show_bug.cgi?id=1555363#c5: > https://github.com/openshift/ose/pull/1205 merged, so the controller doesn't > create pods it knows will be rejected. "fixing" the default role to > disallow the creation of a daemonset was a bug. The change is merged as of v3.9.26-1 This readds the deamonset permission as it is safe for normal users to have. Thus this is the expected behavior.