IBM Cloud Private 2.1 installation, configuration is a demo config, 1 x master and proxy and 1 x worker node.
Installation runs through fine and once completed I am able to logon to the GUI. After a reboot the GUI doesn't come up and I cant login in.
I have disabled the firewall just in case by still no luck.
--> ran the following command to get status of PODS (as WebUI is unavailable)
kubectl -s 127.0.0.1:8888 -n kube-system get pods
-- > output
[root@cpmaster ~]# kubectl -s 127.0.0.1:8888 -n kube-system get pods
NAME READY STATUS RESTARTS AGE
calico-node-ppc64le-496xm 2/2 Running 10 15d
filebeat-ds-ppc64le-qssl2 1/1 Running 5 15d
k8s-etcd-X.X.X.X 1/1 Running 5 15d
k8s-mariadb-X.X.X.X 1/1 Running 5 15d
k8s-master-X.X.X.X 2/3 CrashLoopBackOff 559 4m
k8s-proxy-X.X.X.X 1/1 Running 5 15d
metering-reader-ppc64le-gcc8w 1/1 Running 5 15d
monitoring-prometheus-nodeexporter-ppc64le-zq8ls 1/1 Running 5 15d
Looks like I have a problem with the k2s-master POD
You can see where ui pod is running or not:
kubectl -s 127.0.0.1:8888 -n kube-system get pods |grep platform-ui
Sometimes, it takes a while for the the pod to come back after machine reboot.
You can also check the logs for the platform-ui container to trace the issue: