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
RoleRequest controller uses TokenRequest as part of setting everything up in managed clusters.
Currently TokenRequest expiration time is set to 1 year.
When TokenRequest expires, unless RoleRequest or any of the referenced resources change, RoleRequest is not redeployed.
Fix
Make sure that RoleRequest is redeployed when TokenRequest expires.
The text was updated successfully, but these errors were encountered:
Problem Description
RoleRequest controller uses TokenRequest as part of setting everything up in managed clusters.
Currently TokenRequest expiration time is set to 1 year.
When TokenRequest expires, unless RoleRequest or any of the referenced resources change, RoleRequest is not redeployed.
Fix
Make sure that RoleRequest is redeployed when TokenRequest expires.
The text was updated successfully, but these errors were encountered: