-
- Downloads
Fleet Allocation via REST was failing
The REST api wasn't populating the metadata.namespace whereas the kubectl command will when sending yaml - which caused an issue when attempting to Fleet Allocate via REST. We now pull the namespace from the AdmissionReview, which solves this problem. Also documented the workaround as well. Closes #324
Showing
- docs/access_api.md 107 additions, 0 deletionsdocs/access_api.md
- pkg/fleetallocation/controller.go 7 additions, 3 deletionspkg/fleetallocation/controller.go
- pkg/fleetallocation/controller_test.go 2 additions, 1 deletionpkg/fleetallocation/controller_test.go
- pkg/gameservers/sdkserver.go 1 addition, 1 deletionpkg/gameservers/sdkserver.go
- pkg/gameservers/sdkserver_test.go 2 additions, 2 deletionspkg/gameservers/sdkserver_test.go
Loading
Please register or sign in to comment