I’m on week two-part 3 -1 and I encountered an error when I run the code: cf api --skip-ssl-validation https://api.apps.example.com
I get an error " error unmarshalling the following into cloud controller error:"
I checked helm list and suse scf version 1.5.0 is deployed chart cd-2.18.0
and running helm status susecf-cf, has the notes and seems everything file
I will have to research this and get back to you.
Are the nodes healthy? Please try the following commands:
kubectl get node
kubect get pod -A
Thanks
That’s correct, you also can check the node information using:
kubectl describe no
Check if you can see status like disk pressure, memory pressure and etc.
[QUOTE=Academy_Instructor;59475]Are the nodes healthy? Please try the following commands:
kubectl get node
kubect get pod -A
Thanks[/QUOTE]
I checked the nodes and they were unhealthy. Didnt know what to do so i just restarted. Working fine now, Thanks!
I am glad everything is working for you now.