2021-12-11 03:07:23 +08:00
|
|
|
apiVersion: v1
|
|
|
|
data:
|
|
|
|
"csi-migration": "false"
|
2022-06-10 14:37:46 +08:00
|
|
|
{% if external_vsphere_version >= "7.0" %}
|
2021-12-11 03:07:23 +08:00
|
|
|
"csi-auth-check": "true"
|
2022-06-10 14:37:46 +08:00
|
|
|
{% else %}
|
|
|
|
"csi-auth-check": "false"
|
|
|
|
{% endif %}
|
2021-12-11 03:07:23 +08:00
|
|
|
"online-volume-extend": "true"
|
|
|
|
"trigger-csi-fullsync": "false"
|
|
|
|
"async-query-volume": "true"
|
|
|
|
"improved-csi-idempotency": "true"
|
|
|
|
"improved-volume-topology": "true"
|
2022-11-02 15:22:46 +08:00
|
|
|
"block-volume-snapshot": "{{ vsphere_csi_block_volume_snapshot }}"
|
2021-12-11 03:07:23 +08:00
|
|
|
"csi-windows-support": "false"
|
2022-04-04 16:08:11 +08:00
|
|
|
{% if vsphere_csi_controller is version('v2.5.0', '>=') %}
|
|
|
|
"use-csinode-id": "true"
|
|
|
|
"pv-to-backingdiskobjectid-mapping": "false"
|
|
|
|
"cnsmgr-suspend-create-volume": "false"
|
|
|
|
{% endif %}
|
2021-12-11 03:07:23 +08:00
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: internal-feature-states.csi.vsphere.vmware.com
|
2022-09-15 17:01:23 +08:00
|
|
|
namespace: "{{ vsphere_csi_namespace }}"
|