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
If source and target are in different namespaces, we should adjust the network policy accordingly.
Since we will probably not have namespace labels, we should use namespaceSelector: {} or use the new (since 1.21) k8s feature where each namespace has a label kubernetes.io/metadata.name with its name as the value.
The text was updated successfully, but these errors were encountered:
If source and target are in different namespaces, we should adjust the network policy accordingly.
Since we will probably not have namespace labels, we should use
namespaceSelector: {}
or use the new (since 1.21) k8s feature where each namespace has a labelkubernetes.io/metadata.name
with its name as the value.The text was updated successfully, but these errors were encountered: