Xuetao Song

Results 19 issues of Xuetao Song

- [ ] Add more templates to support more languages - [ ] set up a templates-management plan. (Another repo or just in this repo?)

kind/feature

Useful in e2e test. Right now, we just check if the target pod is running, it has a chance that when we create a s2ibuider but the webhook is not...

kind/feature

**What happened**: kubelet日志中经常有一些Pod没了,但是volume没有被正常卸载。造成孤儿进程和IO负载偏高 **What you expected to happen**: 存储应该需要经常sync,确保控制器中的数据和云平台中的数据是一致的。 **How to reproduce it (as minimally and precisely as possible)**: 用户环境频现 **Anything else we need to know?**: 用户还用了NFS,是否有可能冲突 **Environment**: - QKE...

kind/bug

QKE 目前的网络都是默认的,flannel+vxlan, calico+ipip,这些模式比较通用,但是性能较低,对于一些性能敏感的用户很快就能发现网络较慢。建议提供 calico+noipip 和 flannel+hostgw的可选配置。 /assign @magicsong /kind feature /area networking

kind/bug
kind/feature
area/networking

在一些无服务器场景,节点使用的是VirtualKubelet,没有相应的runtimeService进行探测,这个时候就无法使用cri进行执行命令式的服务探测。需要有另外的方案支持这种场景

## 📑 Description This pull request adds additional event information when analyzing the service. The enhancement ensures that specific events are captured and logged for better problem-finding ## ✅ Checks...

Use Case: For example, if a sidecar container needs to access Kubernetes resources such as ConfigMaps, Secrets, or interact with the API server for other reasons, it would require a...

kind/feature-request

**What happened**: https://github.com/pigletfly/kruise/blob/6a62320848f8e10e037c747eeef6b99552af7fa9/pkg/control/sidecarcontrol/util.go#L434 **What you expected to happen**: 这里hardcode枚举了,仅仅支持labels和annoation,sidecar无法获取自己的name,namepsace **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**: - Kruise version: 最新代码...

kind/bug

### Ⅰ. Describe what this PR does simply use kube code instead of copying it to support more field path in "transferEnv" of sidecarset ### Ⅱ. Does this pull request...