From 4b61682bd8e856be96df54a49b784e5fc9059b61 Mon Sep 17 00:00:00 2001 From: suryagupta4 Date: Thu, 20 Jun 2024 12:48:56 +0530 Subject: [PATCH] unity: allowdNetworks param update --- .../src/templates/helm/csm-1.11.0-values.template | 2 +- content/docs/deployment/csmoperator/drivers/unity.md | 2 +- content/docs/deployment/helm/drivers/installation/unity.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.11.0-values.template b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.11.0-values.template index 915334f16e..974e9ed60f 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.11.0-values.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.11.0-values.template @@ -439,7 +439,7 @@ csi-unity: # CSM sidecars podmon: dellemc/podmon:v1.10.0 certSecretCount: $CERT_SECRET_COUNT - allowedNetworks: [] + allowedNetworks: fsGroupPolicy: $FSGROUP_POLICY controller: controllerCount: $CONTROLLER_COUNT diff --git a/content/docs/deployment/csmoperator/drivers/unity.md b/content/docs/deployment/csmoperator/drivers/unity.md index 7d57c5907f..8e0996dfbf 100644 --- a/content/docs/deployment/csmoperator/drivers/unity.md +++ b/content/docs/deployment/csmoperator/drivers/unity.md @@ -72,7 +72,7 @@ kubectl get csm --all-namespaces | X_CSI_HEALTH_MONITOR_ENABLED | Enable/Disable health monitor of CSI volumes from Controller plugin - volume condition | No | false | | ***Node parameters*** | | X_CSI_HEALTH_MONITOR_ENABLED | Enable/Disable health monitor of CSI volumes from Controller plugin - volume condition | No | false | -| X_CSI_ALLOWED_NETWORKS | Custom networks for Unity export. List of networks that can be used for NFS I/O traffic, CIDR format should be used "ip/prefix ip/prefix" | No | empty | +| X_CSI_ALLOWED_NETWORKS | Custom networks for Unity export. List of networks that can be used for NFS I/O traffic, CIDR format should be used "ip/prefix, ip/prefix" | No | empty | 4. Execute the following command to create Unity XT custom resource: ```bash diff --git a/content/docs/deployment/helm/drivers/installation/unity.md b/content/docs/deployment/helm/drivers/installation/unity.md index 02192f9ee3..5f64810b7a 100644 --- a/content/docs/deployment/helm/drivers/installation/unity.md +++ b/content/docs/deployment/helm/drivers/installation/unity.md @@ -114,7 +114,7 @@ cd dell-csi-helm-installer && wget -O my-unity-settings.yaml https://github.com/ | syncNodeInfoInterval | Time interval to add node info to the array. Default 15 minutes. The minimum value should be 1 minute. | No | 15 | | maxUnityVolumesPerNode | Maximum number of volumes that controller can publish to the node. | No | 0 | | certSecretCount | Represents the number of certificate secrets, which the user is going to create for SSL authentication. (unity-cert-0..unity-cert-n). The minimum value should be 1. | No | 1 | - | [allowedNetworks](../../../../../csidriver/features/unity/#support-custom-networks-for-nfs-io-traffic) | Defines the list of networks that can be used for NFS I/O traffic, CIDR format must be used. | No | [ ] | + | [allowedNetworks](../../../../../csidriver/features/unity/#support-custom-networks-for-nfs-io-traffic) | Defines the list of networks that can be used for NFS I/O traffic, CIDR format must be used. | No | empty | | imagePullPolicy | The default pull policy is IfNotPresent which causes the Kubelet to skip pulling an image if it already exists. | Yes | IfNotPresent | | podmon.enabled | service to monitor failing jobs and notify | No | false | | tenantName | Tenant name added while adding host entry to the array | No | |