'is it possible to specify multiple images in an init container?
I currently uses several init container to pull images for different components. Init containers are running sequentially. Is it possible to pull all the images inside one init-container in parallel?
Solution 1:[1]
Each init container runs from an image. Include init container for each image that you need to do initialization before running the main container
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
