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
Check if it's possible to avoid creating the desired state if not needed (in particular, can we do the matching based only on the primary resource state instead of creating the desired state to compare it with the actual state)
owned state needs to be configured in KubernetesDependentResource. This was previously handled by KubernetesDependentResourceController but removing the logic from there where the configuration is available now makes it awkward to do (and is actually not done).
Uh oh!
There was an error while loading. Please reload this page.
This is an umbrella issue, that defines the scope of the initial release / minimal viable product of Dependent Resources:
DependentResource.resourceType
#939getResource(primary)
after create or update in K8S Dependent Resources #924Optional
forDependentResource.eventSource
#938owned
state needs to be configured inKubernetesDependentResource
. This was previously handled byKubernetesDependentResourceController
but removing the logic from there where the configuration is available now makes it awkward to do (and is actually not done).KubernetesDependentResource
should preserve metadata on updates (currently replace used) #948The text was updated successfully, but these errors were encountered: