Skip to content

Commit 102b2ea

Browse files
Merge pull request #262256 from ssalgadodev/patch-54
Update how-to-attach-kubernetes-to-workspace.md
2 parents 1785561 + cc9682e commit 102b2ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/how-to-attach-kubernetes-to-workspace.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: bozhlin
77
ms.reviewer: ssalgado
88
ms.service: machine-learning
99
ms.subservice: core
10-
ms.date: 08/31/2022
10+
ms.date: 01/02/2023
1111
ms.topic: how-to
1212
ms.custom: build-spring-2022, cliv2, sdkv2, event-tier1-build-2022
1313
---
@@ -20,7 +20,7 @@ Once Azure Machine Learning extension is deployed on AKS or Arc Kubernetes clust
2020

2121
## Prerequisites
2222

23-
Attaching a Kubernetes cluster to Azure Machine Learning workspace can flexibly support many different scenarios, such as the shared scenarios with multiple attachments, model training scripts accessing Azure resources, and the authentication configuration of the workspace. But you need to pay attention to the following prerequisites.
23+
Attaching a Kubernetes cluster to Azure Machine Learning workspace can flexibly support many different scenarios. For example, the shared scenarios with multiple attachments, model training scripts accessing Azure resources, and the authentication configuration of the workspace.
2424

2525
#### Multi-attach and workload isolation
2626

@@ -103,7 +103,7 @@ Attaching a Kubernetes cluster makes it available to your workspace for training
103103

104104
1. Enter a compute name and select your Kubernetes cluster from the dropdown.
105105

106-
* **(Optional)** Enter Kubernetes namespace, which defaults to `default`. All machine learning workloads will be sent to the specified Kubernetes namespace in the cluster. Compute attach won't create the Kubernetes namespace automatically or validate whether the kubernetes namespace exists. You need to verify that the specified namespace exists in your cluster, otherwise, any Azure Machine Learning workloads submitted to this compute will fail.
106+
* **(Optional)** Enter Kubernetes namespace, which defaults to `default`. All machine learning workloads are sent to the specified Kubernetes namespace in the cluster. Compute attach doesn't create the Kubernetes namespace automatically or validate whether the kubernetes namespace exists. You need to verify that the specified namespace exists in your cluster, otherwise, any Azure Machine Learning workloads submitted to this compute would fail.
107107

108108
* **(Optional)** Assign system-assigned or user-assigned managed identity. Managed identities eliminate the need for developers to manage credentials. For more information, see the [Assign managed identity](#assign-managed-identity-to-the-compute-target) section of this article.
109109

@@ -180,7 +180,7 @@ Azure offers a couple of ways to assign roles to a managed identity.
180180
- [Use Azure CLI to assign roles](../role-based-access-control/role-assignments-cli.md)
181181
- [Use Azure PowerShell to assign roles](../role-based-access-control/role-assignments-powershell.md)
182182

183-
If you are using the Azure portal to assign roles and have a **system-assigned managed identity**, **Select User**, **Group Principal** or **Service Principal**, you can search for the identity name by selecting **Select members**. The identity name needs to be formatted as: `<workspace name>/computes/<compute target name>`.
183+
If you're using the Azure portal to assign roles and have a **system-assigned managed identity**, **Select User**, **Group Principal** or **Service Principal**, you can search for the identity name by selecting **Select members**. The identity name needs to be formatted as: `<workspace name>/computes/<compute target name>`.
184184

185185
If you have user-assigned managed identity, select **Managed identity** to find the target identity.
186186

@@ -194,4 +194,4 @@ You can use a managed identity to access Azure Blob:
194194

195195
- [Create and manage instance types](./how-to-manage-kubernetes-instance-types.md)
196196
- [Azure Machine Learning inference router and connectivity requirements](./how-to-kubernetes-inference-routing-azureml-fe.md)
197-
- [Secure AKS inferencing environment](./how-to-secure-kubernetes-inferencing-environment.md)
197+
- [Secure AKS inferencing environment](./how-to-secure-kubernetes-inferencing-environment.md)

0 commit comments

Comments
 (0)