Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAASTA-17941: fix topology spread constraint option by using snake_case instead of camelCase #3644

Merged

Conversation

gmdfalk
Copy link
Contributor

@gmdfalk gmdfalk commented Jul 10, 2023

Problem

Currently, if the Topology Spread Constraints option is set, setup_kubernetes_job will fail because the pod spec kwarg topologySpreadConstraints is not valid.

Solution

Use snake_case topology_spread_constraints instead. Apparently the translation to valid k8s json manifests happens at a later stage.

Signed-off-by: Max Falk [email protected]

@gmdfalk gmdfalk merged commit 70092c5 into master Jul 10, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants