Hi all,
I am trying to set up Android app in Tutor K8s, without success.
The android pod fails to start, with a “Back-off restarting failed container” error.
This is what I did:
- Installed and activated the android plugin
- Created a private repo en ECR to store the image
- Configured ANDROID_DOCKER_IMAGE and ANDROID_APP_DOCKER_IMAGE pointing to my ECR repo
- Built the image with
tutor images build android
- Pushed the image with
tutor images push android
- Recreated with
tutor k8s start
andtutor k8s init
Am I missing something?