When I create a cluster, I am getting following error.
Deployment VM state is showing as follows
SSH to the master VM and check the logs in
/var/vcap/sys/log/pks-nsx-t-prepare-master-vm/pre-start.stderr.log
time="2020-03-06T16:29:37Z" level=warning msg="NSX-T communication config: server tls authentication is disabled"
time="2020-03-06T16:29:44Z" level=warning msg="NSX-T communication config: server tls authentication is disabled"
Error: timeout: client certificate is not working after 60 seconds
/var/vcap/sys/log/pks-nsx-t-prepare-master-vm/pre-start.stdout.log
Registering client certificate
dc0a43bf-685a-42f1-b186-e41c1f727554
Registration of client certificate is successful
Checking if client certificate is ready to be used
timeout: client certificate is not working after 60 seconds
If I run the command /var/vcap/jobs/pks-nsx-t-prepare-master-vm/bin/pre-start ...it is work fine...even it is waiting for some time.
Node IP block and Management IP block are routable.
Everything behind NSX-T (2.5.1)
PKS management console v1.6.1-rev.1
Thanks