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

Drop CountsAndLists Data from the Fleet and Game Server Set When the Flag is False #3881

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

igooch
Copy link
Collaborator

@igooch igooch commented Jun 25, 2024

What type of PR is this?

/kind feature

What this PR does / Why we need it:

When the CountsAndLists FeatureGate is turned from on (true) to off (false) during a helm upgrade, the Fleet and Game Server Set stop aggregating CountsAndLists data. However, they currently still show (kubectl describe fleet or kubectl describe gss) the old static AggregatedCounterStatus and AggregatedListStatus from before the flag was turned off.

This PR drops the AggregatedCounterStatus and AggregatedListStatus from the Fleet and Game Server Set Status when the FeatureGate CountsAndLists is turned off. The Status will be recalculated if the flag is turned back on.

Which issue(s) this PR fixes:

Working on In-place Agones Upgrades: Storage Compatibility #3771

Special notes for your reviewer:

…er set Status if the flag has been turned off
@github-actions github-actions bot added kind/feature New features for Agones size/M labels Jun 25, 2024
@igooch igooch requested a review from zmerlynn June 25, 2024 16:41
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 5dea7515-6cfc-4562-b523-1c303d1d7a22

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/3881/head:pr_3881 && git checkout pr_3881
  • 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.42.0-dev-d1ad54e-amd64

@zmerlynn zmerlynn merged commit 0f7c943 into googleforgames:main Jun 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New features for Agones size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants