We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df64b34 + b99436e commit 1a9e496Copy full SHA for 1a9e496
1 file changed
pkg/manifests/assets/canary/networkpolicy-allow.yaml
@@ -15,8 +15,13 @@ spec:
15
- protocol: TCP
16
port: 8443
17
from:
18
+ # depending on topology, valid canary checks will either appear to come from
19
+ # the router's namespace or the host network.
20
- namespaceSelector:
21
matchLabels:
22
kubernetes.io/metadata.name: openshift-ingress
23
+ - namespaceSelector:
24
+ matchLabels:
25
+ policy-group.network.openshift.io/host-network: ""
26
policyTypes:
27
- Ingress
0 commit comments