tandrez
tandrez
> @bnason Can you describe the `vsphere-csi-controller` pod running in `vmware-system-csi` namespace and paste the output here? Also, can you also paste the output of the command `kubectl logs -n...
> @tandrez what is the log output of container vsphere-csi-controller? ``` {"level":"info","time":"2022-03-30T13:43:19.131765092Z","caller":"logger/logger.go:41","msg":"Setting default log level to :\"PRODUCTION\""} {"level":"info","time":"2022-03-30T13:43:19.131881884Z","caller":"vsphere-csi/main.go:56","msg":"Version : v2.4.0","TraceId":"7415a968-2dd7-48b3-898f-7a55ec261e24"} {"level":"info","time":"2022-03-30T13:43:19.13190827Z","caller":"commonco/utils.go:56","msg":"Defaulting feature states configmap name to \"internal-feature-states.csi.vsphere.vmware.com\"","TraceId":"7415a968-2dd7-48b3-898f-7a55ec261e24"} {"level":"info","time":"2022-03-30T13:43:19.131925624Z","caller":"commonco/utils.go:60","msg":"Defaulting feature states...
> @tandrez show me your vsphere-config-secret (csi-vsphere.conf) ``` [Global] cluster-id = "kubernetes-cluster-id" [VirtualCenter "vcenter.local"] insecure-flag = "true" user = "[email protected]" password = "somepassword" port = "443" datacenters = "DC1" ```
I can list objects with `govc` without any problem. I am deploying with Kubespray but I also checked the VMware docs and as far as I can tell, the configuration...
@richm Reading the last comments, it seems to be related indeed. I will update my system to RHEL8.9 and report back. Thanks.