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
Recently, one customer faced some difficulties to use the kubeconfig file on multiples machines. Turn out that was the expected behavior and it would be nice to have a docs about how it works to avoid confusion in the future.
@jvanz Since you asked, I think this should go into the Admin Guide as an addition to the security section explaining how these tokens are used and what to consider.
Recently we have a customer trying to use multiples kubeconfig file with
the same user. This cause issue because after one of the machines with
the files refresh the OIDC token, the rest cannot refresh the token
anymore. This commit adds a warning about this situation.
Issue SUSE#735
Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
Recently, one customer faced some difficulties to use the kubeconfig file on multiples machines. Turn out that was the expected behavior and it would be nice to have a docs about how it works to avoid confusion in the future.
The bug is bsc#1165701
The text was updated successfully, but these errors were encountered: