Quantcast
Channel: A Portal to a Portal
Viewing all articles
Browse latest Browse all 1850

IBM Cloud Private - 504 Gateway Time-out

$
0
0
I was seeing this: -


when attempting to access the Admin Console of my newly-built iBM Cloud Private (ICP) 2.1.0.2 environment: -


This occurred after I started up the three VMs that comprise the ICP environment after a few days of downtime.

I kept an eye on the running Docker containers on the Boot node: -

docker ps -a|more


Apart from booting up the VMs, I didn't explicitly restart the Docker engine, as per this: -

systemctl restart kubelet docker


working on the assumption that the kubelet and docker services would autostart.

I did check that both services were running: -

systemctl -l|grep -i kubelet.service

  kubelet.serviceloaded active running   Kubelet Service

systemctl -l|grep -i docker.service

  docker.serviceloaded active running   Docker Application Container Engine

As it turns out, my patience was rewarded ….


In other words, it just started working.

In case it helps. this is also worth a look: -


which reminded me that I could've used this: -

journalctl -u kubelet -f

to see what was going on.


Viewing all articles
Browse latest Browse all 1850

Trending Articles