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

[OSPP] Support the operation of data surface resources in offline scenarios of edge nodes. #5587

Open
4 tasks
luomengY opened this issue May 7, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@luomengY
Copy link
Member

luomengY commented May 7, 2024

What would you like to be added/modified:
The keadm ctl operation data surface resource module has been added in kubedge1.17, which supports viewing and restarting pods. The additional functions that need to be extended are as follows:

  • Support pod logs/exec/describe function (keadm ctl logs/exec/describe [flag])
  • Support device instance get/describe function (keadm ctl get/describe device [flag])
  • Support the property value modification function in device instance (keadm ctl edit device [flag])
  • Provide the Restful API for get/describe/logs/exec of pod and get/describe/edit of device instance externally

Why is this needed:
In the edge computing scenario, the edge node is often offline. Users need to view the data plane resources of this node offline, such as pod, svc, cm, device, etc. In some scenarios, resources may also need to be modified, such as restarting pod, modifying device instance, etc. At the same time, some upper layer applications also hope KubeEdge can provide some API interfaces for resource operations.

@luomengY luomengY added the kind/feature Categorizes issue or PR as related to a new feature. label May 7, 2024
@luomengY luomengY changed the title Support the operation of data surface resources in offline scenarios of edge nodes. [OSPP] Support the operation of data surface resources in offline scenarios of edge nodes. May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant