I am using docker set-up for armada to talk to kubeadm cluster running `curl -X GET http://localhost:8000/versions` gives ``` { version:v1, path:/api/v1.0/, ... } ``` I am unable to find out **base url** to make REST calls. as mentioned in the docs e.g https://armada.localhost/api/v1.0/releases [Armada Restful API v1.0 ](https://armada-helm.readthedocs.io/en/latest/operations/guide-api.html) any help would be appreciated.
I am using docker set-up for armada to talk to kubeadm cluster
running
curl -X GET http://localhost:8000/versionsgives
I am unable to find out base url to make REST calls.
as mentioned in the docs e.g
https://armada.localhost/api/v1.0/releases
Armada Restful API v1.0
any help would be appreciated.