Kazuki Suda

Results 79 comments of Kazuki Suda

> Could we do something similar to what we've done with the ScrapeConfig CRD? (allow starting the operator without permissions, do not reconcile if permissions aren't there) @ArthurSens If it...

> About protecting Prometheus against greedy remote write configs, we could allow the admins to define max values for the queue config settings (like queue capacity, sample age, max number...

@simonpasquier Do I need to make any other changes?

https://github.com/k8snetworkplumbingwg/whereabouts/blob/8c38117084c4215c95f6383ae2cfe06cf19c471c/cmd/controlloop/controlloop.go#L81-L88 https://github.com/k8snetworkplumbingwg/whereabouts/blob/8c38117084c4215c95f6383ae2cfe06cf19c471c/pkg/reconciler/ip.go#L7-L10 https://github.com/k8snetworkplumbingwg/whereabouts/blob/8c38117084c4215c95f6383ae2cfe06cf19c471c/pkg/reconciler/iploop.go#L31-L38 https://github.com/k8snetworkplumbingwg/whereabouts/blob/8c38117084c4215c95f6383ae2cfe06cf19c471c/pkg/reconciler/iploop.go#L40-L46 It appears that all DaemonSet pods are listing all the pods in the cluster at exactly the same time in order to process “clean up IP...

As it is difficult to support the conditions of individual resources, it is practical to use scripts such as the following ``` stern my-job & pid="$1" // Wait for the...

stern needs to modify the qps and burst parameters, but these cannot be changed as options currently. They should be added as options.

@zroubalik Compared to the `watchNamespace` option, the `NamespaceSelector` option allows for filtering by namespace labels, making it more flexible and seeming useful even on its own. What do you think?

Implementing Namespace Selectors requires caching namespaces in the controller, so if this functionality isn't currently in place, it may result in slightly higher memory usage and marginally more configuration changes....