Cong Ding

Results 4 issues of Cong Ding

We use kubebuilder to create operators. These operators watch a lot of resources. The default watch timeout is a random number between 5 and 10 minutes, which triggers a re-watch...

cncf-cla: yes
do-not-merge/hold
lifecycle/stale
size/S
lgtm
tide/merge-method-squash
ok-to-test

I used kubebuilder to create an operator framework and wanted to modify `TimeoutSeconds` in the listerwatcher of informers. I dug into the controller-runtime code and found we should set `TimeoutSeconds`...

lifecycle/stale

### Gloo Edge Product Open Source ### Gloo Edge Version v1.15.5 ### Kubernetes Version v1.26.6 ### Describe the bug We are handling thousands of namespaces. It appears the `MustMultiNamespacedRouteTableClient` function...

Type: Bug
stale

our usecase needs to show the gpu memory usage over total memory so we used the sum of the above two metrics as the GPU total memory, but it seems...