xiaomudk
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...
#### 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...
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,...
##### 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**  **pprof heap** ``` Type:...