duanhongyi

Results 17 comments of duanhongyi

OK, I'll deal with it tomorrow.

It depends on whether the backend supports obtaining the usage of buckets. I submitted a PR support quota. Currently, only Minio is supported as the backend. Theoretically, you can traverse...

#41 @jaytmiller @vitalif By the way, this PR has been running on our intranet for about two weeks, and about 200million pieces of data have been tested.

I spent some time studying the Kube scheduler part of the code; The conclusion is that it is difficult to be compatible with 1.18-1.25; Since the versions of Kube API...

If the webhook method can perfectly replace the schedule framework method, there is no need to maintain an additional wheel. 🛞 🛞 🛞 This is my suggestion. 😄

Perhaps we have another option, that is, to replace the scheduler with the [storage capacity tracking](https://kubernetes.io/docs/concepts/storage/storage-capacity/#before-you-begin) mode; This has the following advantages: 1. Wider applicability. After all, using scheduler webhook...

> 评分功能是必要的,它是一个可扩展的调度策略。 > > 可以制作仅具有过滤功能而没有附加功能的Webhook +1

> @duanhongyi > > 1. 这个golang版本为何要升级到1.19?在1.17.5不可以吗? > 2. 1.25废弃了psp, 这样升级完还是无法部署的吧,在部署yaml中我们使用了psp https://github.com/carina-io/carina/blob/main/deploy/kubernetes/csi-controller-psp.yaml 1、kubernetes 1.25的go.mod声明使用的是1.19,我当时在1.17.5下编译报错,或许最终能解决但是感觉费时费力。 2、这个在我的k3s 1.25集群中没有影响,至于正常的kube我这边没有这个环境,无法测试。

> @duanhongyi Does it work in k8s 1.18~1.24, if you upgraded the dependent project 1.24我已经测试过了,我稍后会在1.18上做一下测试。