Skip to main content
Solved

Add 3rd Cluster in Multi-Cluster failed with "Could not get Kasten namespace in cluster"


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"

 

Best answer by Shubhadip Pal

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. 

View original
Did this topic help you find an answer to your question?

3 comments

Geoff Burke
Forum|alt.badge.img+22
  • Veeam Legend, Veeam Vanguard
  • 1318 comments
  • July 24, 2023

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. 


  • Author
  • Comes here often
  • 9 comments
  • July 24, 2023

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.

 


  • Author
  • Comes here often
  • 9 comments
  • Answer
  • July 25, 2023

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.