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
Apply the second NetworkPolicy in the same Namespace
Delete the allow-test NetworkPolicy
Check if the default-deny policy has been deleted
Context
NetworkPolicies could not be included in logical chains with themself and other Kubernetes resources, which makes impossible to use one of the essential Kubernetes feature
Your Environment
Calico version 3.29.1
Calico dataplane (iptables, windows etc.)
Orchestrator version (e.g. kubernetes, mesos, rkt): Kubernetes 1.30.3
Operating System and version: Ubuntu 22.04
Link to your project (optional):
The text was updated successfully, but these errors were encountered:
The
OwnerReferences
don't work for CalicoNetworkPolicies
. The Kubernetes cascading deletion doesn't workExpected Behavior
ownerReferences
option could be set in CalicoNetworkPolicies
to use cascading deletion for Kubernetes resourcesCurrent Behavior
NetworkPolicies with
ownerReferences
are not deleted after the owner resource deletionPossible Solution
Steps to Reproduce:
allow-test
NetworkPolicydefault-deny
policy has been deletedContext
NetworkPolicies could not be included in logical chains with themself and other Kubernetes resources, which makes impossible to use one of the essential Kubernetes feature
Your Environment
The text was updated successfully, but these errors were encountered: