SomendraDev

Results 3 issues of 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 : ![image](https://user-images.githubusercontent.com/106752882/183835909-bb19248d-245f-461b-ad5f-c4705e765f7e.png) ![image](https://user-images.githubusercontent.com/106752882/183836476-56cecc92-8464-43c6-96a4-5cd6d336a08a.png) ![image](https://user-images.githubusercontent.com/106752882/183844537-8bcbde77-b473-48e5-9355-f132f1d1da0b.png)...

question

### 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%...

kind/bug
stale

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...

kind/feature