Open joelnotified opened 1 year ago
Same issue here. Can't rollback to 1.4.5 and 1.4.7 is not working neither.
Should I file this in https://github.com/virtual-kubelet/virtual-kubelet instead, or is this AKS related?
I have a ticket here and on MS itself and nobody is giving me a solution. They only want me to downgrade the severity case and insist on using "container apps" (a solution that has no more than a 6 month on market).
Yeah, I have a support ticket open with Azure as well. So far I haven't received any sensible response to that one.
I wouldn't mind using Azure Container Apps if they supported the concept of Jobs, which they don't yet: https://github.com/microsoft/azure-container-apps/issues/24
I won't use a technology that has been on preview until October. Virtual nodes is more "mature" an look how it goes :/
Same issue for us
Action required from @Azure/aks-pm
I was in contact with Azure support and they confirmed it as a bug in Virtual Kubelet 1.4.6. They (Azure) decided to rollback to last known working version (1.4.5) and it seems to be working fine for us now.
Describe the bug We have enabled the virtual node plugin to run some Kubernetes jobs in ACI. The jobs are triggered and run just fine (from what I can tell). But the
aci-connector-linux
pod keeps restarting over and over. This causes succeeded jobs to never be cleaned up from ACI either.It seems to be exiting with error code 2. See below for logs
To Reproduce Not sure. We've installed the plugin via the azure cli.
Expected behavior That
aci-connector-linux
doesn't crash/restart and that it will clean up succeeded jobs.Screenshots
Environment (please complete the following information):
kubectl version
- Client Version: v1.25.0 Kustomize Version: v4.5.7 Server Version: v1.24.6Additional context Logs from
aci-connector-linux
Result from
kubectl describe pod -n kube-system aci-connector-linux
: