networkservicemesh / integration-k8s-aks

Apache License 2.0
2 stars 7 forks source link

AKS cluster sometimes crashes on startup #130

Open glazychev-art opened 3 years ago

glazychev-art commented 3 years ago

Description

Sometimes we can see, that AKS cluster won't start. In start.log we can see:

...
Creating Inbound traffic rule
ERROR: argument --name/-n: expected one argument

TRY THIS:
...

The corresponding issue with detailed description was created here - https://github.com/Azure/azure-cli/issues/17910

Build

https://github.com/networkservicemesh/integration-k8s-aks/actions/runs/1371194136

edwarnicke commented 3 years ago

Is this: https://github.com/Azure/azure-cli/issues/17910#issuecomment-892437368 a potential workaround?

glazychev-art commented 3 years ago

@edwarnicke For some reason, we are now using REST to create AKS cluster - https://github.com/networkservicemesh/integration-k8s-aks/blob/main/scripts/aks-start.sh#L57 Probably we should stop use it. We need to look at "traditional" way, and perhaps it will increase stability.