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
Users might want to adopt already existing Konnect entities into their Kubernetes resources.
Currently (as implemented in #446), status.konnect.id drives the operator decision whether to create or update the Konnect entity. If that field is empty, the entity is created, otherwise its updated.
This task tracks the effort of introducing a mechanism which will allow users to adopt already existing entities.
Proposed solution
Implement a mechanism which will react to an annotation on Kubernetes resources mapping Konnect entities which will express user's intent to adopt the already existing entity.
This annotation's value would indicate which Konnect ID this resource is supposed to adopt.
Problem statement
Users might want to adopt already existing Konnect entities into their Kubernetes resources.
Currently (as implemented in #446),
status.konnect.id
drives the operator decision whether to create or update the Konnect entity. If that field is empty, the entity is created, otherwise its updated.This task tracks the effort of introducing a mechanism which will allow users to adopt already existing entities.
Proposed solution
Implement a mechanism which will react to an annotation on Kubernetes resources mapping Konnect entities which will express user's intent to adopt the already existing entity.
This annotation's value would indicate which Konnect ID this resource is supposed to adopt.
Acceptance
Sub-tasks
konnect.entityID
to allow adopting existing entities from Konnect kubernetes-configuration#232The text was updated successfully, but these errors were encountered: