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

Fleet Allocation via REST was failing #325

Merged
merged 1 commit into from
Aug 23, 2018

Conversation

markmandel
Copy link
Member

The REST api wasn't populating the metadata.namespace whereas the kubectl command will when sending yaml - which caused an issue when attempting to Fleet Allocate via REST.

We now pull the namespace from the AdmissionReview, which solves this problem.

Also documented the workaround as well.

Closes #324

The REST api wasn't populating the metadata.namespace
whereas the kubectl command will when sending yaml - which
caused an issue when attempting to Fleet Allocate via REST.

We now pull the namespace from the AdmissionReview, which
solves this problem.

Also documented the workaround as well.

Closes googleforgames#324
@markmandel markmandel added kind/bug These are bugs. area/user-experience Pertaining to developers trying to use Agones, e.g. SDK, installation, etc labels Aug 22, 2018
@markmandel markmandel added this to the 0.4.0 milestone Aug 22, 2018
@markmandel
Copy link
Member Author

/cc @KamiShepard FYI

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 7c0583bd-2269-4d1d-b06c-12c7b5e005d1

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

(experimental) To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/325/head:pr_325 && git checkout pr_325
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.4.0-14df5b4

Copy link
Contributor

@dzlier-gcp dzlier-gcp left a comment

Choose a reason for hiding this comment

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

LGTM

@markmandel markmandel merged commit 6d0ac2c into googleforgames:master Aug 23, 2018
@markmandel markmandel deleted the bug/rest-allocation branch August 23, 2018 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/user-experience Pertaining to developers trying to use Agones, e.g. SDK, installation, etc kind/bug These are bugs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants