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
During the usage of KubeMarine created accounts the messages appear: Warning: Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens. As far as I understand, the root cause is in the part of ServiceAccount notation:
...
secrets:
- name: account-token
It needs to exclude that part from ServiceAccount spec.
The text was updated successfully, but these errors were encountered:
During the usage of
KubeMarine
created accounts the messages appear:Warning: Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
As far as I understand, the root cause is in the part ofServiceAccount
notation:It needs to exclude that part from
ServiceAccount
spec.The text was updated successfully, but these errors were encountered: