-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VMSS in Failed status - Referencing non existing LB. Kubernetes 1.10.4 #5
Comments
could you try cli command:
|
If that does not work, I think need to file a ticket to azure vmss team. |
The command fail with the same error message
I have created a ticket for the vmss, they forwarded me to k8s team and they asked me to create an issue here |
what about create |
I created a new loadbalancer in Azure UI with name K8S-LOADBALANCER |
Even when I ignore this message and I select the VMSS I get the following error |
It looks like I managed to solve the issue where the VMSS was in I manually created a backendAddressPools with name I was able to restart a VM from the VMSS and now the status for the VMSS changed to |
cheers! This info is valuable. |
I have created a k8s cluster in Azure portal using Kubicorn. We used one VMSS for the master and a second VMSS for the nodes.
VMSS for the nodes is showing in
failed
status in Azure portal, with the following error message:Resource /subscriptions/***/resourceGroups/***/providers/Microsoft.Network/loadBalancers/K8S-LOADBALANCER referenced by resource /subscriptions/***/resourceGroups/***/providers/Microsoft.Compute/virtualMachineScaleSets/k8sclustereastusdctest-node was not found. Please make sure that the referenced resource exists, and that both resources are in the same region.
There is no with name K8S-LOADBALANCER in the RG (or in any RG that I use)
The instances are in status
Failed (Running)
. But I cannot stop, upgrade the instance because of the error message above.I never created a LB with the specific name and I cannot find a way to remove the reference from the VMSS.
In kubectl there are two LB that were created with Helm charts
`kubectl get service
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
lb-****-logging LoadBalancer 10.99.250.72 7171:30353/TCP,7272:32666/TCP,5140:31988/TCP 9d
****-loadbalancer LoadBalancer 10.104.217.232 80:31317/TCP 6d`
These two services show up under a LB with the name kuberetes.
Is there a way for me to remove the Reference from VMSS, so that it goes out from the failed status?
The text was updated successfully, but these errors were encountered: