You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: