Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 4 additions & 28 deletions docs/examples/network-policies/allow-inter-node-traffic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,10 @@ spec:
ports:
- port: 4369 # epmd
- port: 6000 # stream replication, if streams are being used
endPort: 6500 # if your cluster version is below 1.22 (see below) you should use a helm loop or something similar
endPort: 6500
- port: 25672 # clustering
- port: 35672 # CLI tooling
- port: 35673 # CLI tooling
- port: 35674 # CLI tooling
- port: 35675 # CLI tooling
- port: 35676 # CLI tooling
- port: 35677 # CLI tooling
- port: 35678 # CLI tooling
- port: 35679 # CLI tooling
- port: 35680 # CLI tooling
- port: 35681 # CLI tooling
- port: 35682 # CLI tooling
# If using the k8s feature gate NetworkPolicyEndPort (enabled by default 1.22+), the last 11 entries can be simplified to:
# - port: 35672 # CLI tooling
# endPort: 35682
endPort: 35682
ingress:
- from:
- podSelector:
Expand All @@ -44,19 +32,7 @@ spec:
ports:
- port: 4369 # epmd
- port: 6000 # stream replication, if streams are being used
endPort: 6500 # if your cluster version is below 1.22 (see below) you should use a helm loop or something similar
endPort: 6500
- port: 25672 # clustering
- port: 35672 # CLI tooling
- port: 35673 # CLI tooling
- port: 35674 # CLI tooling
- port: 35675 # CLI tooling
- port: 35676 # CLI tooling
- port: 35677 # CLI tooling
- port: 35678 # CLI tooling
- port: 35679 # CLI tooling
- port: 35680 # CLI tooling
- port: 35681 # CLI tooling
- port: 35682 # CLI tooling
# If using the k8s feature gate NetworkPolicyEndPort (enabled by default 1.22+), the last 11 entries can be simplified to:
# - port: 35672 # CLI tooling
# endPort: 35682
endPort: 35682