kong62

Results 4 issues of kong62

Please search the existing issues for relevant questions, and use the reaction feature (https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to add upvotes to pre-existing questions. #### Question Please provide as many details as you can,...

area/sync
hacktoberfest

``` # kubectl get pod -n monitoring |grep event-exporter event-exporter-585c6df544-4mggq 1/1 Running 0 27d # kubectl get pod -n monitoring event-exporter-585c6df544-4mggq -o yaml |grep image image: ***/kubernetes-event-exporter:0.10.0 imagePullPolicy: IfNotPresent ```...

I kept getting an error when I redeployed because sts cannot create pods in parallel I need podManagementPolicy: Parallel, but see github code commit: ``` @@ -242,7 +241,7 @@ private...

- [x] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。 ### 环境信息 * `arthas-boot.jar` 或者 `as.sh` 的版本: 4.0.0、3.72.、3.6.2 * Arthas 版本: 4.0.0、3.72.、3.6.2 * 操作系统版本: CentOS Linux release 7.9.2009 (Core) * 目标进程的JVM版本: openjdk version "11.0.23" 2024-04-16...