This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
HNC: propagate.hnc.x-k8s.io/select
won't trigger object propagation on newly labelled namespaces
#1448
Milestone
In a namespace hierarchy like this:
If a role in the namespace
a
has, it won't be propagated into
b
orc
if they don't have thescore.networkpolicy/allow-shared-ingress
label on the namespace.The issue is that if we now add
score.networkpolicy/allow-shared-ingress
label tob
orc
, the object should be propagated to these namespaces. However currently, the object propagation is not triggered unless there's an update on the source object.We should make sure the object propagation is triggered when the label is added/removed from a child namespace.
The text was updated successfully, but these errors were encountered: