Skip to content

Commit

Permalink
unity: allowdNetworks param update
Browse files Browse the repository at this point in the history
  • Loading branch information
suryagupta4 committed Jun 20, 2024
1 parent f418388 commit 4b61682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/deployment/csmoperator/drivers/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/docs/deployment/helm/drivers/installation/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down

0 comments on commit 4b61682

Please sign in to comment.