xiaomudk

Results 5 issues of xiaomudk

fix #259 Execute `helmfile init`: 1. Check whether helm is installed, if not, let the user choose whether to install it, run `curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash` to install. 2. Check...

Output of `helm version`: Output of `kubectl version`: Cloud Provider/Platform (AKS, GKE, Minikube etc.): ## If it is supported, I can get the json schema through the api to generate...

question/support

#### What type of PR is this? /kind bug #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes #583 #### Special notes...

kind/bug
ok-to-test
cncf-cla: yes
size/M
do-not-merge/release-note-label-needed
do-not-merge/contains-merge-commits

resourceVersion=0 is not specified here, causing apiserver to skip the cache and go directly to etcd to read the data. add resourceVersion=0 parameter, apiserver will read data from the cache,...

triage/accepted

##### Description Hello Sarama maintainers, I'm encountering high GC pressure when consuming Kafka messages using Sarama under a 100K TPS high concurrency scenario. **pprof profile** ![image](https://github.com/user-attachments/assets/293f92a6-b41b-48c0-8ca2-88c26f8378c9) **pprof heap** ``` Type:...

stale
needs-investigation