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
When Radix app's job component uses volumeMount its possible to have at the same time in the existing job/batch history jobs and batches, which where run with different volumeMounts configuration (due to different Radix deployments they are allocated to). Re-run jobs (with its Radix deployment) with previous volumeMount configuration should use this configuration.
Deploy a job component with a configured volumeMount
Run one or multiple batches or jobs
Change the volumeMount configuration related to the persistent volume or persistent volume claim (e.g. change AccessMode, path does not affect it)
Deploy the application with this changed volumeMount configuration - new Persistent volume clam (pvc) and persistent volume (pv) are created, previous pvc and pv remain existing while Kubernetes jobs and pods for previously ran job or batch exist
Run one or multiple batches or jobs - new jobs and its pods use new created pvc and pv
Re-run jobs or batches for previouse deployment (with previous volumeMount configuration)
DoD
re-ran jobs or batches (and its Kubernetes job's and pods) uses previous pvc and pv (or re-create them if they do not exist with previous deployment volumeMount configuration). Jobs running with latest deployment do not use these "old configuration" pvc and pv.
when account name and key where changed between runs, only lates (existing) name/key are used by all jobs.
The text was updated successfully, but these errors were encountered:
satr
changed the title
Radix scheduled jobs should use volumeMount corresponding its deployment
Radix scheduled jobs should use volumeMount corresponding to its deployment configuration
Jan 10, 2025
When Radix app's job component uses volumeMount its possible to have at the same time in the existing job/batch history jobs and batches, which where run with different volumeMounts configuration (due to different Radix deployments they are allocated to). Re-run jobs (with its Radix deployment) with previous volumeMount configuration should use this configuration.
path
does not affect it)DoD
The text was updated successfully, but these errors were encountered: