Re: [kubernetes-users] Pod Presets and init containers

2017-11-09 Thread
Hi Warren, PodPreset doesn't support init containers yet, so behavior you are observing is expected. There is a proposal to add support for init containers in Beta version of PodPreset, but thats not coming out soon. As a workaround, I would recommend exploring Initializers

Re: [kubernetes-users] Pod Presets and init containers

2017-11-09 Thread Rodrigo Campos
I don't find any reason mentioned in the proposal: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/service-catalog/pod-preset.md It seems like an useful question to ask on service catalog sig? Probably with a concrete use case :) On Thursday, November 9, 2017, Wa

[kubernetes-users] Pod Presets and init containers

2017-11-08 Thread Warren Strange
I am trying to use a pod preset to mount a volume. My pod containers are getting enriched with the podpreset volume mounts, but the init container is not. bug or feature? -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group