Alex Bulankou
Alex Bulankou
Moving into Future (post 1.0), based on low report count. @OsvaldoRosado let me know if you think this should be in for stable? The only solution for this one right...
Not required for stable, moving to Future milestone.
I'm getting this issue with terraform:0.14.7, during tf plan phase: ``` Error: Invalid count argument on .terraform/modules/config_sync.configsync_operator.k8sop_manifest/main.tf line 57, in resource "random_id" "cache": 57: count = (! local.skip_download) ? 1...
Yes, this is a fresh deploy: [module confg](https://github.com/AlexBulankou/gcp-declarative-multi-team/blob/alexbu-add-config-sync/environments/prod/shared/provision.tf#L132).
To follow-up, the workaround for me was to back to `terraform:0.12.29`.
As discussed offline, thank for getting this fix in: https://github.com/googleforgames/global-multiplayer-demo/pull/163. Now I get proper ping response: ``` {"asia-east1":{"Name":"agones-ping-udp-service","Namespace":"agones-system","Region":"asia-east1","Address":"35.234.13.212","Protocol":"UDP","Port":50000},"europe-west1":{"Name":"agones-ping-udp-service","Namespace":"agones-system","Region":"europe-west1","Address":"35.195.251.178","Protocol":"UDP","Port":50000},"us-central1":{"Name":"agones-ping-udp-service","Namespace":"agones-system","Region":"us-central1","Address":"104.154.171.159","Protocol":"UDP","Port":50000}} ``` However I'm still not able to start the online match. As...
I did not get any deployment errors, but the container could not pull the image before I added access explicitly. Not an expert, but intuitively I would be surprised if...
>Do you were seeing Image Pull Backoffs in your GKE clusters? If so, which clusters? All of them? Some of them? Yes. I was seeing it on game server workloads,...