Dear Team,
I ran the EDX in EKS but I have error when I do running tutor k8s launch
================================================
Database creation and migrations
Initialising all services…
Running init task in lms
kubectl apply --kustomize /Users/dylan/openedx-data/env --selector app.kubernetes.io/name=lms-job-20251214131923
job.batch/lms-job-20251214131923 created
Job lms-job-20251214131923 is running. To view the logs from this job, run:
kubectl logs --namespace=openedx --follow $(kubectl get --namespace=openedx pods --selector=job-name=lms-job-20251214131923 -o=jsonpath="{.items[0].metadata.name}")
Waiting for job completion…
Job lms-job-20251214131923 successful.
Running init task in mysql
kubectl apply --kustomize /Users/dylan/openedx-data/env --selector app.kubernetes.io/name=mysql-job-20251214131931
job.batch/mysql-job-20251214131931 created
Job mysql-job-20251214131931 is running. To view the logs from this job, run:
kubectl logs --namespace=openedx --follow $(kubectl get --namespace=openedx pods --selector=job-name=mysql-job-20251214131931 -o=jsonpath="{.items[0].metadata.name}")
Waiting for job completion…
Error: Job mysql-job-20251214131931 failed. View the job logs to debug this issue.
Thank you so much.