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

ARM64 agones-controller image seems to start agones-allocator? #2578

Closed
clrxbl opened this issue May 13, 2022 · 3 comments · Fixed by #2581
Closed

ARM64 agones-controller image seems to start agones-allocator? #2578

clrxbl opened this issue May 13, 2022 · 3 comments · Fixed by #2581
Labels
kind/bug These are bugs.
Milestone

Comments

@clrxbl
Copy link

clrxbl commented May 13, 2022

What happened:
Attempting to install Agones 1.23.0 on an ARM64 Kubernetes cluster fails. 1.23.0-rc works fine however.

What you expected to happen:
A working controller

How to reproduce it (as minimally and precisely as possible):

❯ kubectl run agones-test --restart='Never' --image gcr.io/agones-images/agones-controller:1.23.0 --namespace agones-system
pod/agones-test created

❯ kubectl logs -n agones-system agones-test
{"ctlConf":{"GRPCPort":-1,"HTTPPort":-1,"APIServerSustainedQPS":400,"APIServerBurstQPS":500,"TLSDisabled":false,"MTLSDisabled":false,"PrometheusMetrics":true,"Stackdriver":false,"GCPProjectID":"","StackdriverLabels":"","LogLevel":"Info"},"featureGates":"CustomFasSyncInterval=false\u0026Example=true\u0026NodeExternalDNS=true\u0026PlayerAllocationFilter=false\u0026PlayerTracking=false\u0026SDKGracefulTermination=false\u0026StateAllocationFilter=false","message":"Starting agones-allocator","severity":"info","source":"main","time":"2022-05-13T23:23:01.819238375Z","version":"1.23.0"}
{"logLevel":"Info","message":"Setting LogLevel configuration","severity":"info","source":"main","time":"2022-05-13T23:23:01.819331167Z"}
{"grpc-port":-1,"http-port":-1,"message":"Must specify a valid gRPC port or an HTTP port for the allocator service","severity":"fatal","source":"main","time":"2022-05-13T23:23:01.819344549Z"}

Anything else we need to know?:

Environment:

  • Agones version: 1.23.0
  • Kubernetes version (use kubectl version):
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.0", GitCommit:"4ce5a8954017644c5420bae81d72b09b735c21f0", GitTreeState:"archive", BuildDate:"2022-05-04T15:25:22Z", GoVersion:"go1.18.1", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.4
Server Version: version.Info{Major:"1", Minor:"22+", GitVersion:"v1.22.6-eks-7d68063", GitCommit:"f24e667e49fb137336f7b064dba897beed639bad", GitTreeState:"clean", BuildDate:"2022-02-23T19:29:12Z", GoVersion:"go1.16.12", Compiler:"gc", Platform:"linux/amd64"}
  • Cloud provider or hardware configuration: EKS, AWS Gravitron processors
  • Install method (yaml/helm): Helm
  • Troubleshooting guide log(s):
  • Others:
@clrxbl clrxbl added the kind/bug These are bugs. label May 13, 2022
@roberthbailey
Copy link
Member

/cc @Ludea

That's a strange one - that it would work on the release candidate build but not the full release is odd...

@Ludea
Copy link
Contributor

Ludea commented May 15, 2022

I think it's a bad controller tag https://github.com/googleforgames/agones/blob/main/build/Makefile#L117

@roberthbailey
Copy link
Member

@clrxbl - thanks for the bug report. It should now be fixed for CI builds and will be remedied for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug These are bugs.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants