Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] support restart(delete) pod in velaux #718

Open
wonderflow opened this issue Mar 24, 2023 · 5 comments
Open

[Feature] support restart(delete) pod in velaux #718

wonderflow opened this issue Mar 24, 2023 · 5 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@wonderflow
Copy link
Contributor

Is your feature request related to a problem? Please describe.

In K8s, restart a pod is actually delete it, we can just delete it using velaql mechanism, create a velaql view and invoke the velaql API in the UX.

In the UI side, we can add button like below:

image

image

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@wonderflow wonderflow added the help wanted Extra attention is needed label Mar 24, 2023
@wonderflow
Copy link
Contributor Author

Something similar with #666

@barnettZQG
Copy link
Collaborator

For the VelaQL, we should keep it read-only. Restarting or deleting the pod should add a standalone API, and it is beneficial to access control. But, the API could depend on VelaQL to discover the target resources.

@basuotian
Copy link
Contributor

/assign

@am6737
Copy link
Contributor

am6737 commented Oct 5, 2024

Hi @wonderflow @barnettZQG

I wanted to clarify the features outlined in issues #718 and #666.

Issue #718 focuses on adding the ability to restart (delete) a specific pod in Velaux.
Issue #666 aims to implement functionality similar to kubectl rollout restart deployment mydeploy, allowing for the restart of entire deployments.
Do we need to implement both features, or is there a specific priority for one over the other? Your insights would be greatly appreciated!

@wonderflow
Copy link
Contributor Author

Thanks for contribution, the priority are equal, up to you @am6737

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants