-
Notifications
You must be signed in to change notification settings - Fork 299
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
StatefulSet integration #3001
StatefulSet integration #3001
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
/assign |
5fc94f9
to
4a4dece
Compare
/ok-to-test |
/cc @trasc |
@vladikkuzn can you test the integration works e2e? When I was doing manual testing initially I hit a problem that the PodGroup integration waits until all pods are created, but StatefulSet creates second pod only after all previous pods are running, so there was a deadlock. If you confirm this is an issue I would recommend:
|
f5601e3
to
c5d077d
Compare
Do you mean in existing issue or in separate one? |
I meant the same issue for now, but feel free to create a new one as well. |
0333757
to
a475247
Compare
/retest |
a475247
to
2945e6c
Compare
* Unit tests for webhook update
2945e6c
to
a79aacb
Compare
* Remove comment * Use ptr.deref * Optimize Webhook Default
00b07e2
to
5ba4e58
Compare
/lgtm Thanks! |
LGTM label has been added. Git tree hash: b4474b21cd5e6cf7ce68f77976fcd081ac16e1a3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
/approve
@vladikkuzn please follow up with documentation update analogous as we have for Deployment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mimowo, vladikkuzn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/kind feature |
* Stateful set integration * Stateful set integration * kueue.x-k8s.io/pod-group-fast-admission annotation * Stateful set integration * Move integration test * Stateful set integration * Update e2e test * Add comment about dependent integrations to Integrations * Stateful set integration * Restrict to update replicas * Stateful set integration * Unit tests for webhook update * Stateful set integration * Remove comment * Use ptr.deref * Optimize Webhook Default
* Stateful set integration * Stateful set integration * kueue.x-k8s.io/pod-group-fast-admission annotation * Stateful set integration * Move integration test * Stateful set integration * Update e2e test * Add comment about dependent integrations to Integrations * Stateful set integration * Restrict to update replicas * Stateful set integration * Unit tests for webhook update * Stateful set integration * Remove comment * Use ptr.deref * Optimize Webhook Default
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds statefulset integration to job framework
Which issue(s) this PR fixes:
Fixes #2717
Special notes for your reviewer:
Needs: #3189
Does this PR introduce a user-facing change?