We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在readme中的storage class example:
apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: csi-neonsan provisioner: neonsan.csi.qingstor.com parameters: fsType: "ext4" rep_count: "2" pool_name: "kube" reclaimPolicy: Delete
我想知道, 这个写法, 文件最终会存在哪里? 我们现在用的青云的私有云服务, 想把其中的存储提供给k8s来用.
谢谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在readme中的storage class example:
我想知道, 这个写法, 文件最终会存在哪里?
我们现在用的青云的私有云服务, 想把其中的存储提供给k8s来用.
谢谢!
The text was updated successfully, but these errors were encountered: