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

Document Distributed pod scheduling. #3662

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

markmandel
Copy link
Member

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug
/kind cleanup

/kind documentation

/kind feature
/kind hotfix
/kind release

What this PR does / Why we need it:

It's come up a few times, where people use Distributed and it doesn't distribute, because their scheduler on their custom cluster isn't spreading the Pods as they would expect.

Adding a note as to why that is, so people know why, and how to mitigate it.

Which issue(s) this PR fixes:

Closes #2856

Special notes for your reviewer:

N/A

It's come up a few times, where people use `Distributed` and it doesn't
distribute, because their scheduler on their custom cluster isn't
spreading the Pods as they would expect.

Adding a note as to why that is, so people know why, and how to mitigate
it.

Closes googleforgames#2856
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 420a23da-37c8-47a1-adb1-0219080d9077

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/googleforgames/agones.git pull/3662/head:pr_3662 && git checkout pr_3662
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.39.0-dev-161d02f-amd64

Copy link
Collaborator

@igooch igooch left a comment

Choose a reason for hiding this comment

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

LGTM

@igooch igooch merged commit 24e7f83 into googleforgames:main Feb 20, 2024
4 checks passed
@markmandel markmandel deleted the docs/distributed-sched branch February 20, 2024 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Documentation for Agones size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The pods pulled by the game service are automatically marked with the affinity of pods
3 participants