You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the action auth-k8s one can specify the name of a single k8s cluster to connect to. This action works fine, however I need to connect to multiple clusters. The way I've found to do this is as follows:
Which is ok for 2 clusters but I need to connect to 1-2 dozen of them, which definitely takes some time.
I tried using the action auth and then using tsh kube login, which is indeed successful, but when I execute any kubectl command it fails with the following error:
ERROR: access denied: identity is not allowed to reissue certificates
E0221 23:11:50.416446 1801 memcache.go:265] couldn't get current server API group list: Get "https://<teleport host>/api?timeout=32s": getting credentials: exec: executable /opt/hostedtoolcache/teleport/13.4.15-linux-amd64/x64/tsh failed with exit code 1
It would be nice if one could login to all allowed cluster for the identity, similar to tsh kube login all.
If this is possible already, it should be documented :)
The text was updated successfully, but these errors were encountered:
Description
When using the action
auth-k8s
one can specify the name of a single k8s cluster to connect to. This action works fine, however I need to connect to multiple clusters. The way I've found to do this is as follows:Which is ok for 2 clusters but I need to connect to 1-2 dozen of them, which definitely takes some time.
I tried using the action
auth
and then usingtsh kube login
, which is indeed successful, but when I execute anykubectl
command it fails with the following error:It would be nice if one could login to all allowed cluster for the identity, similar to
tsh kube login all
.If this is possible already, it should be documented :)
The text was updated successfully, but these errors were encountered: