-
- Downloads
Fix bug: Disabled health checking not implemented
This commit fixes actually two bugs: 1) While we documented that you could disabled health checking we never actually implemented it! This fixes that. Thankfully, the work that has been done to retrieve `GameServer` details through the SDK makes this relatively easy. 2) SDK Server sidecar never had the necessary RBAC permissions to send events to the `GameServer` CRD. This is now fixed as well.
Showing
- cmd/sdk-server/main.go 14 additions, 39 deletionscmd/sdk-server/main.go
- install/helm/agones/templates/serviceaccounts/sdk.yaml 3 additions, 0 deletionsinstall/helm/agones/templates/serviceaccounts/sdk.yaml
- install/yaml/install.yaml 3 additions, 0 deletionsinstall/yaml/install.yaml
- pkg/gameservers/sdkserver.go 49 additions, 41 deletionspkg/gameservers/sdkserver.go
- pkg/gameservers/sdkserver_test.go 77 additions, 39 deletionspkg/gameservers/sdkserver_test.go
Loading
Please register or sign in to comment