You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the lifecycle example code there's a call to helper.InjectPluginVolume(mutatedPod)
This appears to inject a volume into the postgres Pod being managed.
It's unclear from the code why this is done, what use cases it might serve, and what the injected volume actually is. Is it meant to be shared state (a cluster filesystem volume?) between all pods? An empty PV? A scratch data area for the plugin?
It would help to clarify this in both the code where it's invoked and in the doc-comment on the helper method.
The text was updated successfully, but these errors were encountered:
In the lifecycle example code there's a call to
helper.InjectPluginVolume(mutatedPod)
This appears to inject a volume into the postgres Pod being managed.
It's unclear from the code why this is done, what use cases it might serve, and what the injected volume actually is. Is it meant to be shared state (a cluster filesystem volume?) between all pods? An empty PV? A scratch data area for the plugin?
It would help to clarify this in both the code where it's invoked and in the doc-comment on the helper method.
The text was updated successfully, but these errors were encountered: