Song Zhen

Results 7 comments of Song Zhen

@StalkerOne Hello, In https://github.com/deepflowys/deepflow/pull/873, I print the complete response in output console. So can you use the latest deepflow-ctl, and tell me the new output? thank you

@StalkerOne I want the new output when you exec `deepflow-ctl agent-group list`

想了一下rebalance这个不放在vtap check里面了,让它单独存在吧,因为他的耗时也比较长,也方便后续单独关闭。 单独在monitor里面写一个rebalance.go,这样就也不用把vtap进行移动了

- 关于ownerReferences的原因:我们遇到的K8s中,基本都是通过这个字段来标记 pod 所关联的deployment/statefulset/...信息,所以我们的代码实现中是用这个字段做关联的。而且目前没有关联deployment/statefulset/...的pod是不学习的 - 关于额外增加label的影响:如果咱们自己代码使用的label中,没有用到lvirtual-kubelet.io/provider-cluster-type和virtual-kubelet.io/provider-resource-name这两个label,那就不会对功能产生什么影响 - 关于后续的版本迭代 - 后续版本我们会考虑支持按需配置如何计算pod关联的deployment/statefulset/...,为了避免二次编译,它可能是一段lua代码 - 大概会是在6.6版本

@joe-mann @methane Hello, I want to use mysql compress in gorm, so may i known whether this pr can be merged? Thank you

> This branch works for simple cases. But when I checked edge cases, I found some difficult issues. I think we need some rewrite. > > At the moment, please...