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

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20201009025420-dfb3f7c4e634 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20201009025420-dfb3f7c4e634&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200324143707-d3edc9973b7e to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20200324143707-d3edc9973b7e&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

集群1.21.17 使用master 分支部署 问题: 挂载应该之后没有重新分配盘符,不知道什么情况,写数据直接 磁盘是没有的:

cbs-csi pod报错信息 在腾讯云控制台云硬盘中显示未挂载,在k8s集群中看起来挂载成功,但无法写入和读取,报错:

CBS存储,旧节点异常,比如docker挂了,网络挂了,无法unattach情况下,新节点无法attach cbs

腾讯云CBS,在控制台新建时候可以选择共享,请问插件是否有对应的参数配置? ![image](https://user-images.githubusercontent.com/6357887/163973847-8fa0af6c-4e0c-4ce6-b039-c3a0bf87b7cf.png)

csi-tencentcloud-cbs 进程占用了calicao的9099健康检查端口,导致网络不通 收集了如下日志 calica node: 2022-01-21 07:33:49.433 [INFO][58] ipsets.go 304: Finished resync family="inet" numInconsistenciesFound=0 resyncDuration=1.018007ms 2022-01-21 07:33:49.433 [INFO][58] int_dataplane.go 765: Finished applying updates to dataplane. msecToApply=1.285159 2022-01-21 07:33:50.015 [ERROR][58] health.go...

示例中提供的dynamic-provison方式,每次都会创建新的文件存储实例,多个pod就会创建多个实例,非常不便于管理。 是否支持子目录的方式动态挂载,即创建sc时绑定到固定的一个文件存储实例,动态挂载时会为每个pod创建一个子目录。

请问我通过sc调度创建云盘,现在想对pvc扩容,直接修改pvc大小可以吗

您好,请问我是自建的k8s集群,创建了csi组件,可以通过storageclass自动创建pv和pvc,但是现在pvc支持ReadWriteMany模式,请问如何解决呢