cluster-policy-controller#478
Conversation
|
Note: change in RunClusterPolicyController from 4.8, 4.9 - if we embed, will have to rework when bump to 4.9 release 4.9 cluster-policy-controller Run command: https://github.com/openshift/cluster-policy-controller/blob/release-4.9/pkg/cmd/cluster-policy-controller/policy_controller.go#L18 release 4.8 cluster-policy-controller Run command: https://github.com/openshift/cluster-policy-controller/blob/release-4.8/pkg/cmd/cluster-policy-controller/policy_controller.go#L32 |
2e7a06c to
226f35a
Compare
|
@fzdarsky it works! I've added a commit to run service-ca deployment w/ NonRoot 1001:1001, same as ocp manifest |
|
/assign @fzdarsky |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
ae4cf9e to
86b1085
Compare
86b1085 to
8aa55ca
Compare
0798887 to
34cd152
Compare
Signed-off-by: Sally O'Malley <somalley@redhat.com>
Signed-off-by: Sally O'Malley <somalley@redhat.com>
34cd152 to
02ac981
Compare
|
/retest |
1 similar comment
|
/retest |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
@sallyom: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
closing, we won't need this & if that changes can reopen |
Embedding the cluster-policy-controller requires too much reworking of code, I'm in favor of running cluster-policy-controller as a deployment. This way microshift won't be dependent on changes in openshift/library-go controllercmd code.
Added OpenShift Assets:
namespace-security-allocation-controller-clusterrole
namespace-security-allocation-controller-clusterrolebinding
kube-controller-manager static pod cluster-policy-controller container
RangeAllocations CRD
kube-controller-manager ns
Closes #303