Kuadrant / multicluster-gateway-controller

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

ignore DNSPolices in the spoke if it is a multi-cluster gateway managed by a hub #690

Closed maleck13 closed 6 months ago

maleck13 commented 11 months ago

What

It is possible to create DNSPolicies in the hub and the spoke. This could trip up a user and cause unexpected results where two different controllers were trying to manage the same dns records.

In order to prevent this, if the gateway is a "multi-cluster" gateway instance then we should use some form of label to identify this (one may already exist). Any policy controller on the spoke should then not reconcile a DNSPolicy targeting this gateway and should report an error in the policy status : "DNSPolices for multi-cluster gateways must be created in the hub cluster"

philbrookes commented 9 months ago

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

philbrookes commented 7 months ago

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

philbrookes commented 6 months ago

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