[BUG]: CSI Unity node pods are failing when empty allowedNetworks is passed in the values.yaml #1335
Labels
area/csi-unity
Issue pertains to the CSI Driver for Dell EMC Unity
type/bug
Something isn't working. This is the default label associated with a bug issue.
Bug Description
CSI Unity node pods are failing to go into running state when empty
allowedNetworks
is passed in the values.yamlnetworksList is getting updated with
[[]]
hence resulting in having length 1Here, GetNFSClientIP is being called with
[[]]
which is resulting in error:Failed to find IP address corresponding to the allowed network with error
When
allowedNetworks
is not set,nodeIps
is supposed to be set by runninghostname -i
to fetch the correct ip address of the worker nodenodeIps, err = utils.GetHostIP()
Logs
Screenshots
No response
Additional Environment Information
No response
Steps to Reproduce
Install CSI Unity with the latest values.yaml
Expected Behavior
Driver pods
CSM Driver(s)
CSI Unity
Installation Type
No response
Container Storage Modules Enabled
No response
Container Orchestrator
Kubernetes
Operating System
RHEL
The text was updated successfully, but these errors were encountered: