You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to enable this plugin on an existing Maple installation. the ecommerce documentation mentions that MFE is a requirement.
I'm getting this error message in the log during deployment: container "mfe" in pod "mfe-78cd7bd6d6-l4wqh" is waiting to start: trying and failing to pull image for openedx/mfe-78cd7bd6d6-l4wqh (mfe)
The text was updated successfully, but these errors were encountered:
Andrés González at Aulasneo helped me with this. The short story is that the README is misleading if you are using Kubernetes rather than running directly from Tutor on an Ubuntu instance. For the benefit of anyone with the same problem, following are the steps for installing this plugin to Kubernetes:
ONE TIME ONLY - Create a public registry. I used AWS ECR. for purposes of this comment the uri to my registry is 765796256872.dkr.ecr.us-east-1.amazonaws.com/mfe
ONE TIME ONLY - Build and register an image for tutor-mfe
pip install git+https://github.com/overhangio/tutor-mfe.git
tutor plugins enable mfe
tutor config save --set MFE_DOCKER_IMAGE=765796256872.dkr.ecr.us-east-1.amazonaws.com/mfe:latest
tutor images build mfe
tutor images push mfe
docker tag 765796256872.dkr.ecr.us-east-1.amazonaws.com/mfe:latest
docker push 765796256872.dkr.ecr.us-east-1.amazonaws.com/mfe:latest
I'm trying to enable this plugin on an existing Maple installation. the ecommerce documentation mentions that MFE is a requirement.
I'm getting this error message in the log during deployment:
container "mfe" in pod "mfe-78cd7bd6d6-l4wqh" is waiting to start: trying and failing to pull image for openedx/mfe-78cd7bd6d6-l4wqh (mfe)
The text was updated successfully, but these errors were encountered: