Azure / Azure/azure-cli-extensions
getting error "Scoring FE IP address not updated yet." when updating aks compute with internal load balancer
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues)
### Extension name (the extension in question)
ml
### Description of issue (in as much detail as possible)
I am using the command to update the aks compute to use internal load balancer instead of externalIp load balancer.
`az ml computetarget update aks -n aksmlcompute -g $resourceGroupName -w $workSpaceName --load-balancer-type "InternalLoadBalancer" --load-balancer-subnet "aks-subnet" `
But getting an error in ml studio ""Scoring FE IP address not updated yet." Also the azureml-fe does not get updated with the internalip load balancer.
I have a subnet with name aks-subnet in my exisiting Vnet for aks
-----
Contributor guide
Assessment
This issue has not been assessed yet.