Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
10-15-2019
07:45 AM
- last edited on
04-21-2026
04:36 AM
by
GrazittiAPI
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