Hello,
I was finally able to get most of the Deis core components (except deis-monitor-telegraf) built and running on s390x. Now I am trying to create a user to start the process of app deployment. However, I am getting the following error:
/==================================================/
Make sure that the Controller URI is correct, the server is running and
your deis version is correct.
/==================================================/
I can confirm that my router is running as seen below:
/==================================================/
NAMESPACE NAME READY STATUS RESTARTS AGE
deis deis-builder-925871579-njjx1 1/1 Running 1 5h
deis deis-controller-121201537-y8u5j 1/1 Running 1 5d
deis deis-database-
2346481533-wgt1o 1/1 Running 0 5d
deis deis-logger-1750174080-5edv2 1/1 Running 2 5d
deis deis-logger-fluentd-0vrp5 1/1 Running 0 5h
deis deis-logger-redis-
4282343581-zpzf0 1/1 Running 0 5d
deis deis-minio-4284334528-8ioxc 1/1 Running 0 5d
deis deis-monitor-grafana-947410455-10toi 1/1 Running 0 5d
deis deis-monitor-influxdb-802438432-yh8n8 1/1 Running 0 5d
deis deis-monitor-telegraf-1qnct 0/1 CrashLoopBackOff 62 4h
deis deis-registry-
4098254024-md5lc 1/1 Running 1 5d
deis deis-registry-proxy-5clyi 1/1 Running 0 5h
deis deis-router-1833288991-u41gg 1/1 Running 0 5h
deis deis-workflow-manager-
3855316227-oew1d 1/1 Running 0 5h
deis kube-dns-v8-vtbot 4/4 Running 4 5d
However,
# kubectl get svc deis-router --namespace=deis
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
deis-router 10.0.0.36 <pending> 80/TCP,443/TCP,2222/TCP,9090/TCP 20d
/==================================================/
EXTERNAL-IP is shown to be in "pending" state. I am not sure if that is a cause of concern and if so how can I debug this further?
I have already used "localhost", IP, 127.0.0.1 values for controller but it did not help.
Any pointers greatly appreciated.