Skip to content

Commit ac20277

Browse files
author
sophie zhao
committed
update description for release name
1 parent db8f75d commit ac20277

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-troubleshoot-kubernetes-extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ To check the Helm history of the Azure ML extension, use the following commands:
8484
```
8585
# Check if there is a release of the Azure ML extension Helm chart installed on the cluster
8686
# Note: The default namespace for the extension is usually 'azureml'. If you specified a different namespace during installation, replace 'azureml' with your namespace.
87-
helm list -n <extension-namespace>
87+
helm list -n azureml
8888

8989
# Get helm history
90-
# Note: <release-name> and <release-namespace> can be retrieved from the output of the previous command
91-
helm history -n <extension-namespace> <release-name>
90+
# Note: <release-name> should be the name of your azure ml extension and can be retrieved from the output of the previous command
91+
helm history -n <extension-namespace> azureml
9292
```
9393
There is a Helm history limit of 10 revisions, but this limit applies only to revisions in a non-transient state.
9494
If you see multiple revisions in a pending-rollback or pending-upgrade state in the Helm history output, run the script below to clean up the Helm history on the cluster:

0 commit comments

Comments
 (0)