Skip to content

Commit

Permalink
fix(network): update webhook and recovery network reference
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Lin <[email protected]>
  • Loading branch information
ChanYiLin authored and David Ko committed Jul 17, 2023
1 parent d4349ad commit 98ddc3f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 54 deletions.
22 changes: 4 additions & 18 deletions content/docs/1.5.0/references/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ From | Port | Protocol
`Longhorn CSI plugin` | 9500 | TCP
`Backup/Snapshot Recurring Job Pod` | 9500 | TCP
`Longhorn Driver Deployer` | 9500 | TCP
`Conversion Webhook Server` | 9501 | TCP
`Admission Webhook Server` | 9502 | TCP
`Recovery Backend Server` | 9503 | TCP


#### Egress:
To | Port | Protocol
Expand Down Expand Up @@ -93,24 +97,6 @@ To | Port | Protocol
`Longhorn Manager` | 9500 | TCP
`Kubernetes API server` | `Kubernetes API server port` | TCP

### Conversion Webhook Server
#### ingress:
From | Port | Protocol
--- | --- | ---
`Webhook Server` | 9501 | TCP

### Admission Webhook Server
#### ingress:
From | Port | Protocol
--- | --- | ---
`Webhook Server` | 9502 | TCP

### NFS Recovery Backend Server
#### ingress:
From | Port | Protocol
--- | --- | ---
`Recovery Backend Server` | 9503 | TCP

### Engine Image
#### ingress:
None
Expand Down
21 changes: 3 additions & 18 deletions content/docs/1.5.1/references/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ From | Port | Protocol
`Longhorn CSI plugin` | 9500 | TCP
`Backup/Snapshot Recurring Job Pod` | 9500 | TCP
`Longhorn Driver Deployer` | 9500 | TCP
`Conversion Webhook Server` | 9501 | TCP
`Admission Webhook Server` | 9502 | TCP
`Recovery Backend Server` | 9503 | TCP

#### Egress:
To | Port | Protocol
Expand Down Expand Up @@ -93,24 +96,6 @@ To | Port | Protocol
`Longhorn Manager` | 9500 | TCP
`Kubernetes API server` | `Kubernetes API server port` | TCP

### Conversion Webhook Server
#### ingress:
From | Port | Protocol
--- | --- | ---
`Webhook Server` | 9501 | TCP

### Admission Webhook Server
#### ingress:
From | Port | Protocol
--- | --- | ---
`Webhook Server` | 9502 | TCP

### NFS Recovery Backend Server
#### ingress:
From | Port | Protocol
--- | --- | ---
`Recovery Backend Server` | 9503 | TCP

### Engine Image
#### ingress:
None
Expand Down
21 changes: 3 additions & 18 deletions content/docs/1.6.0/references/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ From | Port | Protocol
`Longhorn CSI plugin` | 9500 | TCP
`Backup/Snapshot Recurring Job Pod` | 9500 | TCP
`Longhorn Driver Deployer` | 9500 | TCP
`Conversion Webhook Server` | 9501 | TCP
`Admission Webhook Server` | 9502 | TCP
`Recovery Backend Server` | 9503 | TCP

#### Egress:
To | Port | Protocol
Expand Down Expand Up @@ -93,24 +96,6 @@ To | Port | Protocol
`Longhorn Manager` | 9500 | TCP
`Kubernetes API server` | `Kubernetes API server port` | TCP

### Conversion Webhook Server
#### ingress:
From | Port | Protocol
--- | --- | ---
`Webhook Server` | 9501 | TCP

### Admission Webhook Server
#### ingress:
From | Port | Protocol
--- | --- | ---
`Webhook Server` | 9502 | TCP

### NFS Recovery Backend Server
#### ingress:
From | Port | Protocol
--- | --- | ---
`Recovery Backend Server` | 9503 | TCP

### Engine Image
#### ingress:
None
Expand Down

0 comments on commit 98ddc3f

Please sign in to comment.