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

improvement: don't write the same content to the registry again #438

Open
2 tasks
ikhandamirov opened this issue Mar 6, 2025 · 0 comments
Open
2 tasks
Labels
area/ipcei Important Project of Common European Interest kind/feature new feature, enhancement, improvement, extension

Comments

@ikhandamirov
Copy link

Description

In the current implementation ocm-k8s-toolkit controllers the OCI artifacts are written to the in-cluster registry on every reconciliation of component or resource, even if the content hasn't changed.

So, the optimization would be:

  • Do not write an OCI artifact to the registry on every reconciliation of component, if the same content is already there
  • Do not write an OCI artifact to the registry on every reconciliation of resource, if the same content is already there

p.s. extracted from open-component-model/ocm-k8s-toolkit#75

@ikhandamirov ikhandamirov added the kind/feature new feature, enhancement, improvement, extension label Mar 6, 2025
@github-actions github-actions bot added the area/ipcei Important Project of Common European Interest label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ipcei Important Project of Common European Interest kind/feature new feature, enhancement, improvement, extension
Projects
Status: 🆕 ToDo
Development

No branches or pull requests

1 participant