azure-aci icon indicating copy to clipboard operation
azure-aci copied to clipboard

Kubernetes status shows Waiting while ACI container is Running

Open asipras opened this issue 3 years ago • 1 comments

I am scheduling a Kubernetes Job on AKS which gets assigned to Virtual-Kublet aci. The job gets created correctly however when I run the kubectl get pods command I see the following,

image

However when I go to Azure portal and see the container in virtual scale sets it shows it is already running.

virtual_scale_sets

I want to know why is the job status not in running state when query it using kubectl get pods command. I also see the container is running but there is no workload running since the CPU/Memory/Network traffic is zero.

Why is the workload not running if the container instance is in the running state?

asipras avatar Jun 02 '21 14:06 asipras

could you check whether there're some error logs from virtual kubelet pod?

feiskyer avatar Jun 03 '21 04:06 feiskyer