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/databox-online/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Make sure that you've completed the following prerequisites on your Azure Stack
50
50
- Use `kubectl version` to check the version of kubectl running on the client. Make a note of the full version.
51
51
- In the local UI of your Azure Stack Edge Pro device, go to **Software update** and note the Kubernetes server version number.
52
52
53
-

53
+

54
54
55
55
- Verify these two versions are compatible.
56
56
@@ -62,27 +62,27 @@ Before you enable Azure Arc on the Kubernetes cluster, you need to enable and re
62
62
1. To enable a resource provider, in the Azure portal, go to the subscription that you're planning to use for the deployment. Go to **Resource Providers**.
63
63
1. In the right-pane, search for the providers you want to add. In this example, `Microsoft.Kubernetes` and `Microsoft.KubernetesConfiguration`.

74
74
75
75
You can also register resource providers via the `az cli`. For more information, see [Register the two providers for Azure Arc-enabled Kubernetes](/azure/azure-arc/kubernetes/quickstart-connect-cluster#register-providers-for-azure-arc-enabled-kubernetes).
76
76
77
77
## Create service principal, assign role
78
78
79
79
1. Make sure that you have `Subscription ID` and the name of the resource group you used for the resource deployment for your Azure Stack Edge service. To get the subscription ID, go to your Azure Stack Edge resource in the Azure portal. Navigate to **Overview > Essentials**.

82
82
83
83
To get the resource group name, go to **Properties**.
84
84
85
-

85
+

86
86
87
87
1. To create a service principal, use the following command via the `az cli`.
88
88
@@ -120,11 +120,11 @@ You can also register resource providers via the `az cli`. For more information,
120
120
121
121
1. Navigate to your Azure Stack Edge device **Overview** and then select **JSON view** at top right.
122
122
123
-

123
+

124
124
125
125
1. In the **Resource JSON** details for your device, make note of the `principalId`.
126
126
127
-

127
+

128
128
129
129
- Option 3 - Use non-Azure Stack Edge PowerShell on a client machine to run the following command:
130
130
@@ -176,7 +176,9 @@ Follow these steps to configure the Kubernetes cluster for Azure Arc management:
176
176
177
177
- To deploy Azure Arc on your device, make sure that you're using a [Supported region for Azure Arc](https://azure.microsoft.com/global-infrastructure/services/?products=azure-arc).
178
178
- Use the `az account list-locations` command to determine the exact location name to pass in the `Set-HcsKubernetesAzureArcAgent` cmdlet. Location names are typically formatted without any spaces.
179
-
- **Important:** If you obtain the `Id` instead of creating a new service principle using the older method, then do not specify `ClientId`, `TenantId`, or `ClientSecret`.
179
+
180
+
> [!IMPORTANT]
181
+
> If you obtain the `Id` instead of creating a new service principle using the older method, then do not specify `ClientId`, `TenantId`, or `ClientSecret`.
180
182
181
183
Here's an example:
182
184
@@ -196,7 +198,7 @@ Follow these steps to configure the Kubernetes cluster for Azure Arc management:
196
198
197
199
In the Azure portal, a resource should be created with the name you provided in the preceding command.
198
200
199
-

201
+

200
202
201
203
1. To verify that Azure Arc is enabled successfully, run the following command from PowerShell interface:
0 commit comments