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

Agones + Quilkin xDS integration test. #587

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

markmandel
Copy link
Contributor

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

What this PR does / Why we need it:

This tests Quilkin running in an Agones provider as a xDS server, and a Quilkin proxy connecting to it.

This test includes routing udp packets via a token specified on a GameServer and a filter configuration applied through a ConfigMap.

To implement this, it also includes:

  • Fleet implementation, and updated to GameServer CRD
  • Some general API reuse/cleanup

Which issue(s) this PR fixes:

Work on #510

Special notes for your reviewer:

Might close the above issue, but would like to review what else we would like to test before committing to it.

This tests Quilkin running in an Agones provider as a xDS server, and a
Quilkin proxy connecting to it.

This test includes routing udp packets via a token specified on a
GameServer and a filter configuration applied through a ConfigMap.

To implement this, it also includes:
* Fleet implementation, and updated to GameServer CRD
* Some general API reuse/cleanup

Work on googleforgames#510
@markmandel markmandel added kind/feature New feature or request area/tests Unit tests, integration tests, anything to make sure things don't break labels Sep 8, 2022
@github-actions github-actions bot added the size/l label Sep 8, 2022
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 2e7fad11-462d-4e0c-a5e4-e517b16d2fb1

To build this version:

git fetch git@github.com:googleforgames/quilkin.git pull/587/head:pr_587 && git checkout pr_587
cargo build

@XAMPPRocky XAMPPRocky merged commit 803809d into googleforgames:main Sep 9, 2022
@markmandel markmandel deleted the agones/xds-test branch September 16, 2022 20:27
XAMPPRocky pushed a commit that referenced this pull request Oct 10, 2022
This tests Quilkin running in an Agones provider as a xDS server, and a
Quilkin proxy connecting to it.

This test includes routing udp packets via a token specified on a
GameServer and a filter configuration applied through a ConfigMap.

To implement this, it also includes:
* Fleet implementation, and updated to GameServer CRD
* Some general API reuse/cleanup

Work on #510
XAMPPRocky pushed a commit that referenced this pull request Oct 10, 2022
This tests Quilkin running in an Agones provider as a xDS server, and a
Quilkin proxy connecting to it.

This test includes routing udp packets via a token specified on a
GameServer and a filter configuration applied through a ConfigMap.

To implement this, it also includes:
* Fleet implementation, and updated to GameServer CRD
* Some general API reuse/cleanup

Work on #510
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests Unit tests, integration tests, anything to make sure things don't break kind/feature New feature or request size/l
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants