Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Files

Latest commit

9f56ce1 · Dec 14, 2020

History

History
29 lines (17 loc) · 985 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 985 Bytes

FAQ

This page would list all know questions and potential problems, with possible answers or remedies.

Upgrade your Trial account

In 2018, IBM Cloud moved to a "Lite" account. If you have an old "Trial" account that expired after 30 days you should go to https://cloud.ibm.com/registration/startUpgradeToLite to freely convert your account to a "Lite" account.

I can't create a new account

Ask for whitelisting, or use your own smart phone with data plan (do not use local WiFi).

I don't see OpenShift's Web Console

Try restarting the VPN pod with the following command (log in to the environement using CLI token):

kubectl delete pod -l app=vpn -n kube-system --wait=false

I see an error while deploying my image to an internal container registry

Try restarting the VPN with the following command:

kubectl delete pod -l app=vpn -n kube-system --wait=false

If that doesn't work please rebuild a cluster, or ask to get a new cluster.