Skip to content

Commit a4b3e08

Browse files
authored
Merge pull request #230349 from alt-key/patch-2
Update network-requirements.md
2 parents fc59827 + 292dfff commit a4b3e08

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

articles/azure-arc/resource-bridge/network-requirements.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,6 @@ The subnet of the IP addresses for Arc resource bridge must lie in the IP addres
2323

2424
DNS Server must have internal and external endpoint resolution. The appliance VM and control plane need to resolve the management machine and vice versa. All three must be able to reach the required URLs for deployment.
2525

26-
### Configuration file example
27-
28-
The example below highlights a couple key requirements for Arc resource bridge when creating the configuration files. The IPs for `k8snodeippoolstart` and `k8snodeippoolend` reside in the subnet range designated in `ipaddressprefix`. The `ipaddressprefix` is provided in the format of the subnet's IP address range for the virtual network and subnet mask (IP Mask) in CIDR notation.
29-
30-
```
31-
azurestackhciprovider:
32-
virtualnetwork:
33-
name: "mgmtvnet
34-
vswitchname: "Default Switch
35-
type: "Transparent"
36-
macpoolname
37-
vlanid: 0
38-
ipaddressprefix: 172.16.0.0/16
39-
gateway: 17.16.1.1
40-
dnsservers: 17.16.0.1
41-
vippoolstart: 172.16.250.0
42-
vippoolend: 172.16.250.254
43-
k8snodeippoolstart: 172.16.30.0
44-
k8snodeippoolend: 172.16.30.254
45-
```
4626

4727
## General network requirements
4828

0 commit comments

Comments
 (0)