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
Copy file name to clipboardExpand all lines: articles/azure-vmware/deploy-arc-for-azure-vmware-solution.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,21 +93,18 @@ Use the following steps to guide you through the process to onboard in Arc for A
93
93
- `GatewayIPAddress` is the gateway for the segment for Arc appliance VM.
94
94
- `applianceControlPlaneIpAddress` is the IP address for the Kubernetes API server that should be part of the segment IP CIDR provided. It shouldn't be part of the k8s node pool IP range.
95
95
- `k8sNodeIPPoolStart`, `k8sNodeIPPoolEnd` are the starting and ending IP of the pool of IPs to assign to the appliance VM. Both need to be within the `networkCIDRForApplianceVM`.
96
+
- `k8sNodeIPPoolStart`, `k8sNodeIPPoolEnd`, `gatewayIPAddress` ,`applianceControlPlaneIpAddress` are optional. You may choose to skip all the optional fields or provide values for all. If you choose not to provide the optional fields then you must use /28 address space for `networkCIDRForApplianceVM`
@@ -159,7 +156,6 @@ After you've enabled VMs to be managed from Azure, you can install guest managem
159
156
- Customers can view the list of VM extensions available in public preview.
160
157
- Change tracking
161
158
- Log analytics
162
-
- Update management
163
159
- Azure policy guest configuration
164
160
165
161
**Azure VMware Solution private cloud with Azure Arc**
@@ -310,19 +306,19 @@ When the extension installation steps are completed, they trigger deployment and
310
306
311
307
## Change Arc appliance credential
312
308
313
-
Use the following guide to change your Arc appliance credential once you've changed your SDDC credentials.
314
-
315
-
Use the **`Set Credential`** command to update the provider credentials for appliance resource. When **cloudadmin** credentials are updated, use the following steps to update the credentials in the appliance store.
309
+
When **cloudadmin** credentials are updated, use the following steps to update the credentials in the appliance store.
316
310
317
311
1. Log into the jumpbox VM from where onboarding was performed. Change the directory to **onboarding directory**.
318
312
1. Run the following command for Windows-based jumpbox VM.
> Customers need to ensure kubeconfig and SSH keys remain available as they will be required for log collection, appliance Upgrade, and credential rotation. These parameters will be required at the time of upgrade, log collection, and credential update scenarios.
0 commit comments