cuttingedge1109

Results 14 comments of cuttingedge1109

Order is not created from the certificateRequest. So it keeps creating new certificateRequest objects. It ends up to the ETCD storage quota exceeded.

> I see the doc for the GW that shows the polices endpoint but for OSS is it supposed to work? or just files approach? I get 404 when hitting...

@lghiur So i think policies api endpoint part in the doc should be removed because 4.0 doesn't support policy api endpoint yet.

@lemonli seems need to rebase again before merge https://github.com/helm/helm/commit/3ad08f3ea9c09d16ddf6519d65f3f6f2ceee2c37 is conflicting

@carlabarato So you want input boxes for parameters forming formula? or You want to change the formula itself?

To reduce the kube API requests and remove overlapped queueing. At the booting stage, the pre-existing resources are treated as new resources and the watcher queues them. But the targeting...

So regarding the 2nd part of changes is not to disable watchers. There are 2 watchers 1. `For(&redhatcopv1alpha1.NamespaceConfig{}` will queue the existing namespaceconfig CRs at the startup while 2. `Watches(&source.Kind{Type:...

Regarding `the object has been modified; please apply your changes to the latest version and try again` ERROR It is caused by the `SetEnforcingReconcileStatus`. Now the CR's status is updated...

@raffaelespazzoli that is not discarded, just added smoothly. Can you explain more details about your idea why you disagree? And also please give me feedback on above messages. https://github.com/redhat-cop/namespace-configuration-operator/pull/97#issuecomment-818940507 https://github.com/redhat-cop/namespace-configuration-operator/pull/97#issuecomment-818946142...