Alexander

Results 14 comments of Alexander

The same problem exists in `replacements`. I need to take a string value and put it in an `annotation`, which fails because the value gets converted to an int.

Similar to @yovizzle, I have a use case where we would like to use an init container to download static (but changing over time) files to a Pod on deployment,...

@julz Separation of concerns, mostly. The init container is using a cloud provider image and runs the provider's tool for downloading files from a bucket. The service/main container doesn't need...

@evankanderson In our case the URL changes with each content update and is part of the deployment manifest, so each content change causes a new deployment. Using different versions of...