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

Various Issues with Tutorials #1577

Open
alexhorne23 opened this issue Jun 9, 2023 · 0 comments
Open

Various Issues with Tutorials #1577

alexhorne23 opened this issue Jun 9, 2023 · 0 comments
Labels
kind/bug Something isn't working

Comments

@alexhorne23
Copy link

What happened:
I was following through tutorial/matchmaking101 and found various bugs with it. The go.mod files need to be updated to the most recent version of go, as the dockerfiles pull the most recent version and then do not recognize the mod.go files. Additionally, after running the tutorial it doesn't actually run matches, and all logs output the general message of:
"2023/06/09 23:15:40 Generated 0 matches for profile mode_based_profile_mode.battleroyale
2023/06/09 23:15:40 Generated 0 matches for profile mode_based_profile_mode.demo
2023/06/09 23:15:40 Generated 0 matches for profile mode_based_profile_mode.ctf"
(that is for matchmaking function, and similar logs are made for frontend and director)"
What you expected to happen:
Logs to show they are generating matches and the like.
How to reproduce it (as minimally and precisely as possible):
Follow the online tutorial for matchmaking tutorial using the provided file folder.
Anything else we need to know?:
This may have been user error, but the instructions don't seem to actually work on the yaml files, and I had to go change registry manually as well as set images to only be pulled when not present, otherwise the error image not pulled would should for the logs.
Output of kubectl version:
Client Version: v1.27.2
Kustomize Version: v5.0.1
Server Version: v1.26.3
Cloud Provider/Platform (AKS, GKE, Minikube etc.):
Minikube
Open Match Release Version:
1.7
Install Method(yaml/helm):
yaml

@alexhorne23 alexhorne23 added the kind/bug Something isn't working label Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant