Hi, by executing the step “cf create-service redis 5-0-6 redis-example-svc” the command exits with the error “create failed”. Trying to delete it returns the “delete failed” error. Where can I find the operation logs?
Thanks Gabriele
Is your cluster healthy? Please try the following commands:
kubectl get node
kubect get pod -A
Also, did you try delete with the -f option (force)? Did you try cf logs?