overhangio / tutor-mfe

This plugin makes it possible to easily add micro frontend (MFE) applications on top of an Open edX platform that runs with Tutor.
GNU Affero General Public License v3.0
22 stars 95 forks source link

feat: don't override imagepullpolicy on k8s #136

Closed regisb closed 1 year ago

regisb commented 1 year ago

We should use the default cluster value for imagePullPolicy. This makes it easier to run the MFE with Minikube: https://minikube.sigs.k8s.io/docs/handbook/pushing/

Tip 1: Remember to turn off the imagePullPolicy:Always (use imagePullPolicy:IfNotPresent or imagePullPolicy:Never) in your yaml file. Otherwise Kubernetes won’t use your locally build image and it will pull from the network.