SomendraDev
SomendraDev
I am getting this error in agones-controller-service : {"error":"Could not find an Allocatable GameServer","gsa":{"kind":"GameServerAllocation","apiVersion":"allocation.agones.dev/v1","metadata":{"namespace":"wildwarz","creationTimestamp":"2022-08-10T06:49:17Z"},"spec":{"multiClusterSetting":{"policySelector":{}},"required":{"matchLabels":{"agonesdevfleet":"uno-fleet"}},"selectors":[{"matchLabels":{"agonesdevfleet":"uno-fleet"}}],"scheduling":"Packed","metadata":{}},"status":{"state":"","gameServerName":""}},"gsaKey":"wildwarz/","message":"failed to allocate. Retrying...","severity":"warning","source":"*gameserverallocations.Allocator","time":"2022-08-10T06:49:18.210961678Z"} While the game server with this label already exists :   ...
### Fleet file : ``` apiVersion: "agones.dev/v1" kind: Fleet metadata: name: andarbahar-fleet namespace: pfcpro labels: app: andarbahar-fleet spec: replicas: 1 scheduling: Packed strategy: type: RollingUpdate rollingUpdate: maxSurge: 25% maxUnavailable: 25%...
Hello, I have a node running microk8s and a static IP from ISP, using port forwarding we point to that node. Now we want to add two more node. But...