Skip to content

Commit e5ee963

Browse files
authored
Fixing a typo
1 parent 6608265 commit e5ee963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/service/resource-known-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ az aks get-credentials -g <rg> -n <aks cluster name>
183183

184184
## Updating Azure Machine Learning components in AKS cluster
185185

186-
Updates to Azure Machine Learning components installed in an Azure Kubernetes Service cluster must be manually applied. You can apply these clusters by detaching the cluster from the Azure Machine Learning workspace, and then re-attaching the cluster to the workspace. If SSL is enabled in the cluster, you will need to supply the SSL certificate and private key when re-attaching the cluster.
186+
Updates to Azure Machine Learning components installed in an Azure Kubernetes Service cluster must be manually applied. You can apply these updates by detaching the cluster from the Azure Machine Learning workspace, and then re-attaching the cluster to the workspace. If SSL is enabled in the cluster, you will need to supply the SSL certificate and private key when re-attaching the cluster.
187187

188188
```python
189189
compute_target = ComputeTarget(workspace=ws, name=clusterWorkspaceName)
@@ -211,4 +211,4 @@ kubectl get secret/azuremlfessl -o yaml
211211
```
212212

213213
>[!Note]
214-
>Kubernetes stores the secrets in base-64 encoded format. You will need to base-64 decode the `cert.pem` and `key.pem` components of the secrets prior to providing them to `attach_config.enable_ssl`.
214+
>Kubernetes stores the secrets in base-64 encoded format. You will need to base-64 decode the `cert.pem` and `key.pem` components of the secrets prior to providing them to `attach_config.enable_ssl`.

0 commit comments

Comments
 (0)