Tags: kubernetes-sigs/kube-network-policies
Tags
apply network policies to existing connections. The dataplane uses conntrack labels to identify the connections that are already processed and skip the ones that are processed and established. The dataplane now inspect the existing connections in the conntrack table and evaluates against the current network policies, if one of the connections is no longer valid the label is removed, so the packets gets requeued and reevaluated. The strict mode is enabled by default and runs at most every 30 seconds once there is a change triggered in the dataplane, this is to avoid performance issues for listing conntrack entries too often.
Bump golang.org/x/time from 0.11.0 to 0.13.0 Bumps [golang.org/x/time](https://github.com/golang/time) from 0.11.0 to 0.13.0. - [Commits](golang/time@v0.11.0...v0.13.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
PreviousNext