kubernetes-csi-tencentcloud icon indicating copy to clipboard operation
kubernetes-csi-tencentcloud copied to clipboard

kubernetes csi volume plugin for tencentcloud

Results 13 kubernetes-csi-tencentcloud issues
Sort by recently updated
recently updated
newest added

ds报错: ` Warning FailedCreate 1s daemonset-controller Error creating: pods "cbs-csi-node-" is forbidden: unable to validate against any pod security policy: [spec.securityContext.hostPID: Invalid value: true: Host PID is not allowed to...

CSI snapshotter, provisioner, attacher, both of them [support builtin leader election](https://github.com/kubernetes-csi/external-provisioner#command-line-options), and with these options, we could make our controller high available while a single node down.

We did have lots of images, for example, `ccr.ccs.tencentyun.com/ccs-dev/csi-snapshotter:1.0.2` and `ccr.ccs.tencentyun.com/ccs-dev/csi-provisioner:1.3.1`, but from the [Dockerfile](https://github.com/TencentCloud/kubernetes-csi-tencentcloud/blob/master/Dockerfile.multistage.cbs) or [build dir](https://github.com/TencentCloud/kubernetes-csi-tencentcloud/tree/master/build/), I still know nothing about the build process... I wish we could...