-
Notifications
You must be signed in to change notification settings - Fork 820
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
Can't run Allocation example with Go 1.16 #2024
Comments
@pooneh-m something you should probably be aware of. |
Workaround!
|
The error says: "because it doesn't contain any IP SANs". |
No, I was following: Worth noting, this was setup and run through https://github.com/googleforgames/cloud-game-servers-examples/tree/master/terraform-4-cluster |
It is mentioned in https://agones.dev/site/docs/advanced/allocator-service/#server-tls-certificate:
|
I ran into an issue like this too - I'm not sure if it's a Windows Docker Desktop issue or something else, but that loadbalancer IP is always null for me and I have to set EXTERNAL_IP to the string "localhost" instead. |
Does that mean we should remove the other instructions, and make this the one true way? |
We can break it into two sections of quick start and security considerations. |
What happened:
Attempting to run the allocation service sample with Go 1.16 results in the following error:
What you expected to happen:
It to successfully allocate.
How to reproduce it (as minimally and precisely as possible):
Follow https://agones.dev/site/docs/advanced/allocator-service/ with openssl certificates, and then attempt to allocate.
Anything else we need to know?:
Not sure of workaround at this stage.
Environment:
kubectl version
): 1.17.0The text was updated successfully, but these errors were encountered: