Azure-docs: AksCompute.attach is no longer supported.

Created on 7 Dec 2018  Â·  3Comments  Â·  Source: MicrosoftDocs/azure-docs

The documenation here appears to be out of date. I've been trying to attach ML service to a running AKS cluster for the better part of 10 hrs and have run int multiple issues.

-Only AKS version 1.11.3 is supported.
AKS will only update to 1.11.4 now..

-attach Method calls are depreciated and now are now attach_config

Please update this documentation to reflect the current status of the product. We have wasted hrs of compute and labor trying to figure out figure out this documentation moving target.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

assigned-to-author doc-bug machine-learninsvc triaged

All 3 comments

@strategywise Thanks for the feedback! I have assigned the issue to the content author to investigate further and update the document as appropriate.

@strategywise I appologize for the misinformation here. I've checked with the developers and the supported version for AKS should be 1.11.*.

We're in the process of updating the documentation. The changes should go live later today. Here's the update for attaching:

# Set the resource group that contains the AKS cluster and the cluster name
resource_group = 'myresourcegroup'
cluster_name = 'mycluster'

# Attatch the cluster to your workgroup
attach_config = AksCompute.attach_configuration(resource_group = resource_group,
                                         cluster_name = cluster_name)
compute = ComputeTarget.attach(ws, 'mycompute', attach_config)

@strategywise
We will now proceed to close this thread. If there are further questions regarding this matter, please respond here and @YutongTie-MSFT and we will gladly continue the discussion.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jebeld17 picture jebeld17  Â·  3Comments

Agazoth picture Agazoth  Â·  3Comments

bityob picture bityob  Â·  3Comments

paulmarshall picture paulmarshall  Â·  3Comments

JeffLoo-ong picture JeffLoo-ong  Â·  3Comments