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
Is your feature request related to a problem? Please describe.
Currently, I need to manually execute the kubectl command on the backend to clean up the user sessions, as follows: kubectl get sessions.theia.cloud -n theia-cloud | grep '<username>' kubectl delete sessions.theia.cloud -n theia-cloud xxxxxxxxxx
Also, sometimes the number of user sessions will exceed the sessionsPerUser configuration item of the operator component, causing a new session to fail to start.
In the landing-page development plan, is there support for managing user sessions on the login page?
Describe the solution you'd like
Support to manage user sessions in the landing page.
Describe alternatives you've considered
nothing
Cluster provider
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, I need to manually execute the
kubectl
command on the backend to clean up the user sessions, as follows:kubectl get sessions.theia.cloud -n theia-cloud | grep '<username>'
kubectl delete sessions.theia.cloud -n theia-cloud xxxxxxxxxx
Also, sometimes the number of user sessions will exceed the
sessionsPerUser
configuration item of the operator component, causing a new session to fail to start.In the landing-page development plan, is there support for managing user sessions on the login page?
Describe the solution you'd like
Support to manage user sessions in the landing page.
Describe alternatives you've considered
nothing
Cluster provider
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: