remove storage capability auto detection
Signed-off-by: dkven <dkvvven@gmail.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
apiVersion: storage.kubesphere.io/v1alpha1
|
||||
kind: ProvisionerCapability
|
||||
metadata:
|
||||
name: disk-csi-qingcloud-com
|
||||
spec:
|
||||
pluginInfo:
|
||||
name: disk.csi.qingcloud.com
|
||||
version: ""
|
||||
features:
|
||||
topology: true
|
||||
snapshot:
|
||||
create: true
|
||||
list: false
|
||||
volume:
|
||||
attach: true
|
||||
clone: true
|
||||
create: true
|
||||
expandMode: OFFLINE
|
||||
list: false
|
||||
stats: true
|
||||
@@ -0,0 +1,20 @@
|
||||
apiVersion: storage.kubesphere.io/v1alpha1
|
||||
kind: ProvisionerCapability
|
||||
metadata:
|
||||
name: neonsan-csi-qingstor-com
|
||||
spec:
|
||||
pluginInfo:
|
||||
name: neonsan.csi.qingstor.com
|
||||
version: ""
|
||||
features:
|
||||
topology: false
|
||||
snapshot:
|
||||
create: true
|
||||
list: false
|
||||
volume:
|
||||
attach: true
|
||||
clone: true
|
||||
create: true
|
||||
expandMode: OFFLINE
|
||||
list: false
|
||||
stats: true
|
||||
@@ -50,8 +50,6 @@ spec:
|
||||
name: kubesphere-config
|
||||
- mountPath: /tmp/k8s-webhook-server/serving-certs
|
||||
name: webhook-secret
|
||||
- mountPath: /var/lib/kubelet/plugins/
|
||||
name: kubelet-plugin
|
||||
- mountPath: /etc/localtime
|
||||
name: host-time
|
||||
dnsPolicy: ClusterFirst
|
||||
@@ -68,10 +66,6 @@ spec:
|
||||
secret:
|
||||
defaultMode: 420
|
||||
secretName: ks-controller-manager-webhook-cert
|
||||
- name: kubelet-plugin
|
||||
hostPath:
|
||||
path: /var/lib/kubelet/plugins/
|
||||
type: DirectoryOrCreate
|
||||
- hostPath:
|
||||
path: /etc/localtime
|
||||
type: ""
|
||||
|
||||
Reference in New Issue
Block a user