dispatch
dispatch copied to clipboard
Image Manager crashes when batch loading resources from seed.yaml
- [x] Bug
- [ ] Feature
- [ ] Enhancement
Detailed Description
The image manager pod enters a CrashLoopBackOff when trying to batch load images from seed.yaml. The typical case has the python3-base image entering the READY state while the rest of the base images and all of the images and functions remain indefinitely in the INITIALIZED state.
Context
Possible Implementation
Complexity
- [x] Low - Simple enhancement or bug fix, no architectural changes or refactoring
- [ ] Medium - Change requires some thought, but is relatively isolated
- [ ] High - Significant architectural change or large refactor
Impact
- [ ] Low - Annoyance, but does not impact business or functionality
- [x] Medium - Issue can be worked around, but is causing pain
- [ ] High - Blocker
Your Environment
- Dispatch CLI version (or git commit): 83fa4a0d7ca1bed7ab07ba780c3b02599530de7d
- Dispatch Chart version (or image[s] tag):
- Operating System and version: MacOS Sierra
- Kubernetes version (and distribution): v1.9.1
- Etc (any other useful environmental information):
I wonder if it's possibly related to what I've experienced, described in #215