cubefs-csi icon indicating copy to clipboard operation
cubefs-csi copied to clipboard

CubeFS Container Storage Interface (CSI) plugins.

Results 13 cubefs-csi issues
Sort by recently updated
recently updated
newest added

Hi there, I seemingly cannot yet use the Authnode functionality in this CSI yet: ``` wings:rifflabs-infrastructure/ (main✗) $ kubectl describe pvc cubefs-testclaim [11:11:58] Name: cubefs-testclaim Namespace: default StorageClass: cubefs-dstcodex Status:...

Prerequisite Kubernetes 1.16.0 CSI spec version 1.1.0 is really old tested version

We need to add arm64 support, mainly by compiling the code into arm64 and pushing the image to dockerhub. It is best that the whole process can be scripted, the...

help wanted
wip

Now this project does not have UT completion, we need to strengthen this. Interested friends can join in. Come on, commit your PR.

help wanted

### 背景 目前 CSI 的 node pod 集成了 cubefs client,当有挂载请求过来时,会启动一个 client 来挂载到对应的位置上,所以当前的架构是 csi 的挂载控制进程和 client 进程在同一个 pod 中。 这就带来了一些问题,比如: - CSI 无法升级(一旦升级,pod 需要重启,则 client 进程会被 kill,则当前节点无法正常提供存储服务) - client CPU/Memory 资源无法精准控制(因为所有...

help wanted
wip

After I applied -f csi.yaml on arm rocky linux , the csi node and controller pod can not run .I get the error message form kubectl log as below -Back-off...

enhancement

Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/yaml.v3&package-manager=go_modules&previous-version=3.0.0-20210107192922-496545a6307b&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.1 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies

Hello, we are a team researching the dependency management mechanism of Golang. During our analysis, we came across your project and noticed that you have fixed a vulnerability ([snyk references](https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMCUBEFSCUBEFSCSI-5418284),...