Kubernetes cms-job error

Hi, I’m getting this error after running tutor k8s launch; I’m unsure what it meant by “Rebuild already in progress”. Is there a running job in the background and a lock in place that’s preventing it from proceeding? What is it trying to do by checking the index?

I’m trying to run it on Azure Kubernetes Service with Tutor v19.0.1. Please pardon my lack of knowledge; I’m still relatively new and learning more about Kubernetes.

I’ve attached my screenshots of the error here

I would appreciate it if anyone has any ideas on what is causing this error.

Hi. Are you getting this error every time you run launch? What are the resources allocated to k8s?

Yes, the same error. I tried rebuilding the image and redeploying it too. I’m running with the following allocations:

  • 2 Nodes
  • Each node has 2 vCPUs and 8GB of memory, so a total of 4 vCPUs and 16 GiB memory

I’m not sure if this affects anything, but I also have separate Cosmodb and MySQL in the same resource group instead of spinning them up in pods.

Do you think I should ramp up a little more resources?