-
Notifications
You must be signed in to change notification settings - Fork 47
Description
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?