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
I need the resources used by k8up jobs not to be counted in the namespace quotas (notTerminating scope). As a solution, the pod would be executed with the activeDeadlineSeconds spec, but when I configure the spec in the backup object, the spec is limited to the job and not to the jobTemplate and thus the pod ends up being executed without the spec.
Additional Context
No response
Logs
No response
Expected Behavior
The expected behavior is that the active DeadlineSeconds spec is configured in the job template so that the spec is actually applied to the executing pod.
Steps To Reproduce
No response
Version of K8up
v2.0.11
Version of Kubernetes
v1.22
Distribution of Kubernetes
Openshift
The text was updated successfully, but these errors were encountered:
Description
I need the resources used by k8up jobs not to be counted in the namespace quotas (notTerminating scope). As a solution, the pod would be executed with the activeDeadlineSeconds spec, but when I configure the spec in the backup object, the spec is limited to the job and not to the jobTemplate and thus the pod ends up being executed without the spec.
Additional Context
No response
Logs
No response
Expected Behavior
The expected behavior is that the active DeadlineSeconds spec is configured in the job template so that the spec is actually applied to the executing pod.
Steps To Reproduce
No response
Version of K8up
v2.0.11
Version of Kubernetes
v1.22
Distribution of Kubernetes
Openshift
The text was updated successfully, but these errors were encountered: