Skip to content

Commit da3c10d

Browse files
authored
Update system-requirements.md
Nick says to remove the config file example as yaml is indent sensitive and this could cause problems for customers. opted to just explain instead
1 parent a3e19b3 commit da3c10d

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

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

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -116,47 +116,7 @@ Arc resource bridge uses a MOC login credential called [KVA token](/azure-stack/
116116

117117
To use AKS and Arc resource bridge together on Azure Stack HCI, the AKS cluster must be deployed prior to deploying Arc resource bridge. If Arc resource bridge has already been deployed, AKS can't be deployed unless you delete Arc resource bridge first. Once your AKS cluster is deployed to Azure Stack HCI, you can deploy Arc resource bridge.
118118

119-
The following example shows a network configuration setup for Arc resource bridge and AKS clusters when deployed on Azure Stack HCI. Key details are that Arc resource bridge and AKS share the same switch and `ipaddressprefix`, but require different IP addresses for `vippoolstart/end` and `k8snodeippoolstart/end`.
120-
121-
### AKS hybrid
122-
123-
```
124-
azurestackhciprovider:
125-
virtualnetwork:
126-
   name: "mgmtvnet"
127-
   vswitchname: "Default Switch"
128-
   type: "Transparent"
129-
   macpoolname: 
130-
   vlanid: 0
131-
   ipaddressprefix: 172.16.0.0/16
132-
   gateway: 17.16.1.1 
133-
   dnsservers: 17.16.1.1
134-
   vippoolstart: 172.16.255.0
135-
   vippoolend: 172.16.255.254
136-
   k8snodeippoolstart: 172.16.10.0
137-
   k8snodeippoolend: 172.16.10.254 
138-
```
139-
140-
### Arc resource bridge
141-
142-
```
143-
azurestackhciprovider:
144-
virtualnetwork:
145-
      name: "mgmtvnet"
146-
      vswitchname: "Default Switch"
147-
      type: "Transparent"
148-
      macpoolname: 
149-
      vlanid: 0
150-
      ipaddressprefix: 172.16.0.0/16
151-
      gateway: 17.16.1.1
152-
      dnsservers: 17.16.0.1
153-
      vippoolstart: 172.16.250.0
154-
      vippoolend: 172.16.250.254
155-
      k8snodeippoolstart: 172.16.30.0
156-
      k8snodeippoolend: 172.16.30.254
157-
```
158-
159-
For instructions for how to deploy Arc resource bridge on Hybrid AKS, see [How to install Azure Arc Resource Bridge on Windows Server - AKS hybrid](/azure/aks/hybrid/deploy-arc-resource-bridge-windows-server).
119+
When deploying Arc resource bridge with AKS on Azure Stack HCI (AKS Hybrid), the resource bridge should share the same 'vswitchname' and `ipaddressprefix`, but require different IP addresses for `vippoolstart/end` and `k8snodeippoolstart/end`. Arc resource bridge should be given a unique 'vnetname' that is different from the one used for AKS Hybrid. For full instructions to deploy Arc resource bridge on AKS Hybrid, see [How to install Azure Arc Resource Bridge on Windows Server - AKS hybrid](/azure/aks/hybrid/deploy-arc-resource-bridge-windows-server).
160120

161121
## Next steps
162122

0 commit comments

Comments
 (0)