-
Notifications
You must be signed in to change notification settings - Fork 51
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
Annotations dropped from jobset spec #729
Comments
/assign @imreddy13 |
@ahg-g: GitHub didn't allow me to assign the following users: imreddy13. Note that only kubernetes-sigs members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/assign @imreddy13 |
Thank you for taking this! |
Annotations for pods seem to be dropped. This is a regression from ~v0.5 as far as I can tell.
What happened:
Applied the following yaml:
The resulting pod annotations look like
What you expected to happen:
Expected
jobset-level-annotation: "true"
ortemplate-level-annotation: "true"
to appear on the pod.How to reproduce it (as minimally and precisely as possible):
kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.7.1/manifests.yaml
,kubectl apply
the yaml above, thenkubectl describe pod
to see the annotations.Environment:
kubectl version
):Client Version: v1.31.2
Kustomize Version: v5.4.2
Server Version: v1.31.2-gke.1518000
The text was updated successfully, but these errors were encountered: