adventurous-lawyer-45161
08/11/2021, 4:33 PM$ rancher login <https://rancher>.<domain.com>:<port>/v3 --token token-xxxxx:<pwd>
FATA[0000] Get "<https://rancher>.<domain.com>:<port>/v3": dial tcp <my-loadbalancer-ip>:<port>: connect: connection refused
Not sure of the port, I also tried:
$ rancher login <https://rancher>.<domain.com>/v3 --token token-xxxxx:<pwd>
FATA[0000] Failed to find schema at [<https://rancher>.<domain.com>/v3]
NB: token-xxxxx:<pwd> is the bearer tocker I got from API&Keys section of my admin account.
Any clue ? Thanks !