0

The default router pod was stopped while working on Taints and Tolerations.

I am unable to log in.

Can I change node config before login?

Thank you.

ddakker
  • 55
  • 7
  • Please tell us which version of openshift you use `oc version`. the `oc` command connects to the api sever which implies that the configuration is possible via cli if the webconsole is not reachable. – Aleksandar Jul 22 '22 at 12:00
  • oc version(Client Version): 4.10.14 – ddakker Jul 22 '22 at 12:06

2 Answers2

0

You can login via cli command as documented Logging in to the OpenShift CLI

In short

oc login <CLUSTER_API_NAME>:6443 -u <YOUR_USER>
Aleksandar
  • 2,442
  • 3
  • 15
  • 24
0

It succeeded by removing everything except admin from the context in the kubeconfig file.

ddakker
  • 55
  • 7