llhhbc
llhhbc
merge
Signed-off-by: LongHui Li Please ensure your pull request adheres to the following guidelines: - [x] For first time contributors, read [Submitting a pull request](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#submitting-a-pull-request) - [ ] All code is...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? 1. in this env: vip is 172.19.206.95, located at 172.19.204.8, this...
## Description Add label selector for k8s metadata processor. For only need watch some pod by label selector. I'm not sure if I should limit which pods to fetch only...
**Is your feature request related to a problem? Please describe.** 测试发下,如果这个pod只有出去的流量,没有入流量,无法在Kindling WorkLoad Detail界面中筛选出该pod **Describe the solution you'd like** ```go func getKindlingPrefix(isServer bool) string { var kindMark string if isServer {...
### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Describe how to verify it ### Ⅳ. Special notes for reviews ###...
**What happened**: **What you expected to happen**: pod绑定cpu时,cpu quota应该保持一样,否则会导致pod中单个容器把其它容器的cpu占用完,导致其它容器无cpu时间可用,出现假死情况 **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**: - App version: -...