Kuadrant / multicluster-gateway-controller

multi-cluster gateway controller, manages multi-cluster gateways based on gateway api and policy attachment
Apache License 2.0
10 stars 23 forks source link

Propagate status from synced policies #770

Closed sergioifg94 closed 3 months ago

sergioifg94 commented 6 months ago

What

As part of the Policy sync RFC implementation, a new field in the gateway class params has been added to configure policies to be synced to the spoke clusters, watches are dynamically created for the policies that are included in this field.

Policies that are watched will be placed in the workload cluster (#710)

The status conditions of the policies must be propagated back up to the original hub policy

How

Using JSON feedback rules in the manifest works that are created to place the policies, keep track of the relevant status condition fields, and propagate these to the hub policy

Done

When a policy is synced from the hub to many spoke clusters, the status. conditions set on the downstream policies are reflected in the upstream policy

philbrookes commented 4 months ago

This issue is stale because it has been open for 60 days with no activity.

philbrookes commented 3 months ago

This issue was closed because it has been inactive for 30 days since being marked as stale.