Created on 10-15-2019 07:45 AM - edited 10-15-2019 07:46 AM
I installed successfully CDSW 1.6 on 1 Master-Node and 2 Worker-Nodes. Unfortunately I get on both of the Worker-Nodes these error messages when I check the nodes with cdsw status:
(On the Master-Node there are no error messages)
Failed to run CDSW secrets check.
Failed to run CDSW persistent volumes check.
Failed to run CDSW persistent volumes claims check.
Failed to run CDSW Ingresses check.
Checking web at url: http://workbench.company.com
OK: HTTP port check
Cloudera Data Science Workbench is not ready yet
I couldn't see any drawbacks till this time and everything seems working quite nice. But I'm interested why I get these error messages and what they mean.
Can someone help please?
Thanks!
Created 10-15-2019 10:42 AM
Hi Baris,
Yeah, you were correct there won't be any issue having those checks failed in worker nodes.
When you ran CDSW status commands the following checks are useful in Master node
like ingress controller which is required in your master node and run as part of the Kube-controller-manager binary.
Failing these checks in your worker node will not cause you problems.
Regards,
Bhuvan
Created 10-15-2019 10:42 AM
Hi Baris,
Yeah, you were correct there won't be any issue having those checks failed in worker nodes.
When you ran CDSW status commands the following checks are useful in Master node
like ingress controller which is required in your master node and run as part of the Kube-controller-manager binary.
Failing these checks in your worker node will not cause you problems.
Regards,
Bhuvan
Created 10-15-2019 04:21 PM
Thank you very much for the reply and answer @Bhuv