You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Communication to Appliance VM IP (SSH TCP port 22, Kubernetes API port 6443)
65
+
- Communication to Appliance VM IPs (SSH TCP port 22, Kubernetes API port 6443)
66
66
67
-
- Communication to the reserved Appliance VM IP ((SSH TCP port 22, Kubernetes API port 6443)
67
+
- Communication to the reserved Appliance VM IPs (SSH TCP port 22, Kubernetes API port 6443)
68
68
69
-
- communication over port 443 (if applicable) to the private cloud management console (ex: VMware vCenter host machine)
69
+
- communication over port 443 to the private cloud management console (ex: VMware vCenter machine)
70
70
71
71
- Internal and external DNS resolution. The DNS server must resolve internal names, such as the vCenter endpoint for vSphere or cloud agent service endpoint for Azure Stack HCI. The DNS server must also be able to resolve external addresses that are [required URLs](network-requirements.md#outbound-connectivity) for deployment.
72
72
- Internet access
73
73
74
74
## Appliance VM IP address requirements
75
75
76
-
Arc resource bridge consists of an appliance VM that is deployed on-premises. The appliance VM has visibility into the on-premises infrastructure and can tag on-premises resources (guest management) for projection into Azure Resource Manager (ARM).
76
+
Arc resource bridge consists of an appliance VM that is deployed on-premises. The appliance VM has visibility into the on-premises infrastructure and can tag on-premises resources (guest management) for projection into Azure Resource Manager (ARM). The appliance VM is assigned an IP address from the `k8snodeippoolstart` parameter in the `createconfig` command. It may be referred to in partner products as Start Range IP, RB IP Start or VM IP 1. The appliance VM IP is the starting IP address for the appliance VM IP pool range; therefore, when you first deploy Arc resource bridge, this is the IP that's initially assigned to your appliance VM. The VM IP pool range requires a minimum of 2 IP addresses.
77
77
78
-
The appliance VM is assigned an IP address from the `k8snodeippoolstart` parameter in the `createconfig` command; it may be referred to in partner products as Start Range IP, RB IP Start or VM IP 1.
78
+
Appliance VM IP address requirements:
79
79
80
-
The appliance VM IP is the starting IP address for the appliance VM IP pool range. The VM IP pool range requires a minimum of 2 IP addresses.
80
+
- Communication with the management machine (SSH TCP port 22, Kubernetes API port 6443)
81
81
82
-
Appliance VM IP address requirements:
82
+
- Communcation with the private cloud management endpoint via Port 443 (such as VMware vCenter).
83
83
84
-
- Open communication with the management machine and management endpoint (such as vCenter for VMware or MOC cloud agent service endpoint for Azure Stack HCI).
85
84
- Internet connectivity to [required URLs](network-requirements.md#outbound-connectivity) enabled in proxy/firewall.
86
85
- Static IP assigned and within the IP address prefix.
87
86
@@ -90,15 +89,13 @@ Appliance VM IP address requirements:
90
89
91
90
## Reserved appliance VM IP requirements
92
91
93
-
Arc resource bridge reserves an additional IP address to be used for the appliance VM upgrade.
94
-
95
-
The reserved appliance VM IP is assigned an IP address via the `k8snodeippoolend` parameter in the `az arcappliance createconfig` command. This IP address may be referred to as End Range IP, RB IP End, or VM IP 2.
96
-
97
-
The reserved appliance VM IP is the ending IP address for the appliance VM IP pool range. If specifying an IP pool range larger than two IP addresses, the additional IPs are reserved.
92
+
Arc resource bridge reserves an additional IP address to be used for the appliance VM upgrade. The reserved appliance VM IP is assigned an IP address via the `k8snodeippoolend` parameter in the `az arcappliance createconfig` command. This IP address may be referred to as End Range IP, RB IP End, or VM IP 2. The reserved appliance VM IP is the ending IP address for the appliance VM IP pool range. When your appliance VM is upgraded for the first time, this is the IP assigned to your appliance VM post-upgrade and the initial appliance VM IP is returned to the IP pool to be used for a future upgrade. If specifying an IP pool range larger than two IP addresses, the additional IPs are reserved.
98
93
99
94
Reserved appliance VM IP requirements:
100
95
101
-
- Open communication with the management machine and management endpoint (such as vCenter for VMware or MOC cloud agent service endpoint for Azure Stack HCI).
96
+
- Communication with the management machine (SSH TCP port 22, Kubernetes API port 6443)
97
+
98
+
- Communcation with the private cloud management endpoint via Port 443 (such as VMware vCenter).
102
99
103
100
- Internet connectivity to [required URLs](network-requirements.md#outbound-connectivity) enabled in proxy/firewall.
104
101
@@ -114,7 +111,7 @@ The appliance VM hosts a management Kubernetes cluster with a control plane that
114
111
115
112
Control plane IP requirements:
116
113
117
-
-Open communication with the management machine.
114
+
-Communication with the management machine (SSH TCP port 22, Kubernetes API port 6443).
118
115
119
116
- Static IP address assigned and within the IP address prefix.
0 commit comments