how to find the the cluster api address using rest api. Like cluster ID can be collected from /apis/config.openshift.io/v1/clusterversions.
thanks in advance
how to find the the cluster api address using rest api. Like cluster ID can be collected from /apis/config.openshift.io/v1/clusterversions.
thanks in advance

The API address is available in the
apiServerURLfield in the status of the Infrastructure object, available at /apis/config.openshift.io/v1/infrastructures.