-
Notifications
You must be signed in to change notification settings - Fork 707
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
Remove/migrate UI calls to Kubeops #4785
Comments
Kubeops currently has the |
For now, I have indentified:
|
After some investigation:
The only remaining endpoint in Kubeops will be a simple “give me this operator logo” (this line). Kubeops only makes a subsequent K8s API call, so no added value. Given that the call is related to operators, it will be moved to be done directly from the frontend (k8s api calls are allowed when using operators). |
Summary
As part of the analysis performed for #4764, I noticed we still have several calls to the kubeops endpoints that should be properly migrated to the Resources plugin or the PackageRepositories plugin.
Background and rationale
Once we get rid of the Kubeops calls for managing repositories, there is no reason for us to maintain Kubeops. Therefore, any remaining call should be migrated.
Description
First, further analysis of what we have to delete or migrate has to be carried out.
Acceptance criteria
Additional context
Note that, first, we have to finish the implementation of the Helm-plugin Repositories API.
The text was updated successfully, but these errors were encountered: