openshift-online / maestro

Maestro Service Repo
Apache License 2.0
8 stars 15 forks source link

maestro agent can't resync deleted resources from maestro server #107

Closed morvencao closed 3 weeks ago

morvencao commented 1 month ago

Summary: Maestro agent can't resync deleted resources from maestro server.

Reproduce steps:

  1. Create resource on maestro server with restful API or gRPC client.
  2. Scale down maestro agent to 0 replicas.
  3. Delete resource on maestro server with restful API or gRPC client.
  4. Scale up maestro agent.
  5. Check the resource existing.

The resource should be deleted once maestro agent is up and resync the resource from maestro server. But it stiil exists after the maestro agent is up and resync is done.

morvencao commented 4 weeks ago

related to https://github.com/open-cluster-management-io/ocm/issues/492

morvencao commented 3 weeks ago

closing this as this has been fixed in https://github.com/openshift-online/maestro/pull/111 and https://github.com/openshift-online/maestro/pull/114