Skip to content

pod scheduling specs#310

Open
harsha3330 wants to merge 3 commits intoetcd-io:mainfrom
harsha3330:main
Open

pod scheduling specs#310
harsha3330 wants to merge 3 commits intoetcd-io:mainfrom
harsha3330:main

Conversation

@harsha3330
Copy link

@harsha3330 harsha3330 commented Mar 16, 2026

Added Affinity , Tolerations and Nodeselector for stateful set pod scheduling
Issue : #293

@k8s-ci-robot
Copy link

Hi @harsha3330. Thanks for your PR.

I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

Signed-off-by: saiharsha <[email protected]>
type PodTemplate struct {
// Metadata is the metadata to add to the pod.
Metadata *PodMetadata `json:"metadata,omitempty"`
PodSpec *PodSpec `json:"spec,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion to use Spec for consistency with Metadata.

Suggested change
PodSpec *PodSpec `json:"spec,omitempty"`
Spec *PodSpec `json:"spec,omitempty"`

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did the changes

@ivanvc ivanvc added this to the v0.3.0 milestone Mar 17, 2026
@ivanvc
Copy link
Member

ivanvc commented Mar 17, 2026

/ok-to-test

Signed-off-by: saiharsha <[email protected]>
@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: harsha3330
Once this PR has been reviewed and has the lgtm label, please assign ivanvc for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: saiharsha <[email protected]>
@k8s-ci-robot
Copy link

@harsha3330: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-etcd-operator-test-e2e 29f95bf link true /test pull-etcd-operator-test-e2e

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

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. I understand the commands that are listed here.

@harsha3330
Copy link
Author

@ivanvc can you review the changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants