Commit f3101d7
committed
docs(proxy-init): clarify CLUSTER_CIDRS portability and enforce-drop semantics
Address mrsabath review on #484 (non-blocking):
- CLUSTER_CIDRS=10.0.0.0/8 default is Kind-shaped; OCP (services
172.30.0.0/16, pods 10.128.0.0/14) and EKS users must override it
or in-cluster service traffic is dropped. Operator wiring (follow-up
PR) sets it from the cluster's real CIDRs.
- enforce-drop intentionally ignores OUTBOUND_PORTS_EXCLUDE
(redirect-only); a destination previously bypassed that way is now
dropped unless routed through the proxy or in CLUSTER_CIDRS — by design.
The third suggestion (set -euo pipefail) already landed in 4f66a6b.
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: Hai Huang <huang195@gmail.com>1 parent 4f66a6b commit f3101d7
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
53 | 70 | | |
54 | 71 | | |
55 | 72 | | |
| |||
0 commit comments