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
Summary:
Disable STOP and REMOVE actions for kubernetes pods as there's no way to do these actions in current deployment model
{F14938}
Test Plan:
1) Run UI
2) Open any valid kubernetes universe
3) Go to the Pods tab
4) Click on the Actions button and observe Stop Process and Remove Node actions in the dropdown menu are disabled and non-clickable
Reviewers: andrew
Reviewed By: andrew
Subscribers: yugaware, ui
Differential Revision: https://phabricator.dev.yugabyte.com/D10513
polarweasel
pushed a commit
to lizayugabyte/yugabyte-db
that referenced
this issue
Mar 9, 2021
…rnetes pods
Summary:
Disable STOP and REMOVE actions for kubernetes pods as there's no way to do these actions in current deployment model
{F14938}
Test Plan:
1) Run UI
2) Open any valid kubernetes universe
3) Go to the Pods tab
4) Click on the Actions button and observe Stop Process and Remove Node actions in the dropdown menu are disabled and non-clickable
Reviewers: andrew
Reviewed By: andrew
Subscribers: yugaware, ui
Differential Revision: https://phabricator.dev.yugabyte.com/D10513
We allow users to stop/remove nodes on k8s pods in a k8s universe. These operations fail, leaving the universe in an error state.
There is no way to stop individual pods in our current k8s deployment model, so we should disable these actions at the API level.
@Arnav15
The text was updated successfully, but these errors were encountered: