I tried to install ibm-eventstreams-dev v 0.1.2 into my Mac.
After I installed eventstreams into my Mac, there's always several pods that can't run. It includes three kafka pods: es-ibm-es-kafka-sts-0/1/2, es-ibm-es-ui-deploy-69758d9dfd-kc2zx, es-ibm-es-ui-oauth2-client-reg-pgvq6 and there also have a failed job named es-ibm-es-ui-oauth2-client-reg.
You can see the details in the follow images:
So I have two questions about the ibm-event-stream:
Does ibm-eventstreams-dev only supported on ICP? Can I install it on my local environment without ICP environment?
How could I solve the ui pods problem in the ibm-eventstreams-dev?
what's wrong with the kafka pods? what's the status message "CrashLoopBackOff" means?
My environment details:
- kubernetes 1.11.1
- helm : stable 2.10.0
- a cluster have three nodes, each nodes is a virtual macine.
Please help me, Thanks a lot!