Skip to content

Commit cf3f2e7

Browse files
authored
Merge pull request #230438 from alt-key/patch-3
Update system-requirements.md
2 parents d328dc5 + da3c10d commit cf3f2e7

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)