Skip to main content

I have got two clusters added in multi-cluster dashboard, while I try to add 3rd cluster (present in Azure) it failed with message "Could not get Kasten namespace in cluster"

 

Would need some logs to try and help figure this out. First thing is if your ingress is accessible? After that I would look at the account that is being used. 


Ingress is accessible from ocpcluster (on-prem). 

>root@linuxnfscl2 ~]# curl -kv http://xx.xx.xx.xx/k10/

*   Trying xx.xx.xx.xx...

* TCP_NODELAY set

* Connected to xx.xx.xx.xx (xx.xx.xx.xx) port 80 (#0)

> GET /k10/ HTTP/1.1

> Host: xx.xx.xx.xx

> User-Agent: curl/7.61.1

> Accept: */*

Please help me how to find relevant logs, I am not getting anything else except this error message, not sure how to troubleshoot on this.

 


This issue was due to api server was having public IP and was not able to curl from on-prem, after re-deploying ARO with private IP for API, this problem was solved. 


Comment