You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- added incremental build option to Makefile to speed up rebuilds [\#454](https://github.com/GoogleCloudPlatform/agones/pull/454) ([jkowalski](https://github.com/jkowalski))
21
+
- CRD: added additionalPrinterColumns to GameServer for kubectl [\#444](https://github.com/GoogleCloudPlatform/agones/pull/444) ([jkowalski](https://github.com/jkowalski))
22
+
- Adding explicit length of git revision in Makefile and E2E Can't Allocate test [\#440](https://github.com/GoogleCloudPlatform/agones/pull/440) ([aLekSer](https://github.com/aLekSer))
23
+
- Pinger service for Multiple Cluster Latency Measurement. [\#434](https://github.com/GoogleCloudPlatform/agones/pull/434) ([markmandel](https://github.com/markmandel))
24
+
25
+
**Fixed bugs:**
26
+
27
+
- This should fail e2e in any command fails [\#462](https://github.com/GoogleCloudPlatform/agones/pull/462) ([markmandel](https://github.com/markmandel))
28
+
- Apply fix for goroutines leak [\#461](https://github.com/GoogleCloudPlatform/agones/pull/461) ([aLekSer](https://github.com/aLekSer))
29
+
- GameServerSets: DeleteFunc could receive a DeletedFinalStateUnknown [\#442](https://github.com/GoogleCloudPlatform/agones/pull/442) ([markmandel](https://github.com/markmandel))
30
+
31
+
**Security fixes:**
32
+
33
+
-\[Security\] Upgrade Go to 1.11.4 [\#446](https://github.com/GoogleCloudPlatform/agones/pull/446) ([markmandel](https://github.com/markmandel))
- Move the README.md into /agones/ so it's in the Helm Chart [\#466](https://github.com/GoogleCloudPlatform/agones/pull/466) ([markmandel](https://github.com/markmandel))
47
+
- Convert to using Fluentdformatter [\#463](https://github.com/GoogleCloudPlatform/agones/pull/463) ([markmandel](https://github.com/markmandel))
48
+
- Upgrade minikube to K8s 1.11 [\#459](https://github.com/GoogleCloudPlatform/agones/pull/459) ([markmandel](https://github.com/markmandel))
- Delete crds, and fleets, gameservers etc on deletion of Helm chart [\#437](https://github.com/GoogleCloudPlatform/agones/pull/437) ([EricFortin](https://github.com/EricFortin))
53
+
- Update gRPC to v1.16.1 [\#435](https://github.com/GoogleCloudPlatform/agones/pull/435) ([markmandel](https://github.com/markmandel))
54
+
- adds minimun tiller version in chart and update doc [\#433](https://github.com/GoogleCloudPlatform/agones/pull/433) ([Kuqd](https://github.com/Kuqd))
55
+
- README: Autoscaler example link [\#432](https://github.com/GoogleCloudPlatform/agones/pull/432) ([markmandel](https://github.com/markmandel))
56
+
- Post 0.6.0 updates [\#430](https://github.com/GoogleCloudPlatform/agones/pull/430) ([markmandel](https://github.com/markmandel))
57
+
- add fleet name to gameservers labels [\#427](https://github.com/GoogleCloudPlatform/agones/pull/427) ([Kuqd](https://github.com/Kuqd))
Copy file name to clipboardExpand all lines: docs/create_webhook_fleetautoscaler.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Quickstart Create a Fleet Autoscaler with Webhook Policy
2
2
3
+
⚠️⚠️⚠️ **This is currently a release candidate feature** ⚠️⚠️⚠️
4
+
3
5
This guide covers how you can create webhook fleet autoscaler policy.
4
6
The main difference from the Buffer policy is that the logic on how many target replicas you need is delegated to a separate pod.
5
7
This type of Autoscaler would send an HTTP request to the webhook endpoint every sync period (which is currently 30s) with a JSON body, and scale the target fleet based on the data that is returned.
Copy file name to clipboardExpand all lines: docs/metrics.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Metrics
2
2
3
+
⚠️⚠️⚠️ **This is currently a release candidate feature** ⚠️⚠️⚠️
4
+
3
5
Agones controller exposes metrics via [OpenCensus](https://opencensus.io/). OpenCensus is a single distribution of libraries that collect metrics and distributed traces from your services, we only use it for metrics but it will allow us to support multiple exporters in the future.
4
6
5
7
We choose to start with Prometheus as this is the most popular with Kubernetes but it is also compatible with Stackdriver.
|`agones.controller.generateTLS`| Set to true to generate TLS certificates or false to provide your own certificates in `certs/*`|`true`|
111
-
|`agones.ping.install`| ( ⚠️ development feature ⚠️ ) Whether to install the [ping service][ping]|`true`|
112
-
|`agones.ping.replicas`| ( ⚠️ development feature ⚠️ ) The number of replicas to run in the deployment |`2`|
113
-
|`agones.ping.http.expose`| ( ⚠️ development feature ⚠️ ) Expose the http ping service via a Service |`true`|
114
-
|`agones.ping.http.response`| ( ⚠️ development feature ⚠️ ) The string response returned from the http service |`ok`|
115
-
|`agones.ping.http.port`| ( ⚠️ development feature ⚠️ ) The port to expose on the service |`80`|
116
-
|`agones.ping.http.serviceType`| ( ⚠️ development feature ⚠️ ) The [Service Type][service] of the HTTP Service |`LoadBalancer`|
117
-
|`agones.ping.udp.expose`| ( ⚠️ development feature ⚠️ ) Expose the udp ping service via a Service |`true`|
118
-
|`agones.ping.udp.rateLimit`| ( ⚠️ development feature ⚠️ ) Number of UDP packets the ping service handles per instance, per second, per sender |`20`|
119
-
|`agones.ping.udp.port`| ( ⚠️ development feature ⚠️ ) The port to expose on the service |`80`|
120
-
|`agones.ping.udp.serviceType`| ( ⚠️ development feature ⚠️ ) The [Service Type][service] of the UDP Service |`LoadBalancer`|
121
-
|`agones.ping.healthCheck.initialDelaySeconds`| ( ⚠️ development feature ⚠️ ) Initial delay before performing the first probe (in seconds) |`3`|
122
-
|`agones.ping.healthCheck.periodSeconds`| ( ⚠️ development feature ⚠️ ) Seconds between every liveness probe (in seconds) |`3`|
123
-
|`agones.ping.healthCheck.failureThreshold`| ( ⚠️ development feature ⚠️ ) Number of times before giving up (in seconds) |`3`|
124
-
|`agones.ping.healthCheck.timeoutSeconds`| ( ⚠️ development feature ⚠️ ) Number of seconds after which the probe times out (in seconds) |`1`|
111
+
|`agones.ping.install`| ( ⚠️ release candidate feature ⚠️ ) Whether to install the [ping service][ping]|`true`|
112
+
|`agones.ping.replicas`| ( ⚠️ release candidate feature ⚠️ ) The number of replicas to run in the deployment |`2`|
113
+
|`agones.ping.http.expose`| ( ⚠️ release candidate feature ⚠️ ) Expose the http ping service via a Service |`true`|
114
+
|`agones.ping.http.response`| ( ⚠️ release candidate feature ⚠️ ) The string response returned from the http service |`ok`|
115
+
|`agones.ping.http.port`| ( ⚠️ release candidate feature ⚠️ ) The port to expose on the service |`80`|
116
+
|`agones.ping.http.serviceType`| ( ⚠️ release candidate feature ⚠️ ) The [Service Type][service] of the HTTP Service |`LoadBalancer`|
117
+
|`agones.ping.udp.expose`| ( ⚠️ release candidate feature ⚠️ ) Expose the udp ping service via a Service |`true`|
118
+
|`agones.ping.udp.rateLimit`| ( ⚠️ release candidate feature ⚠️ ) Number of UDP packets the ping service handles per instance, per second, per sender |`20`|
119
+
|`agones.ping.udp.port`| ( ⚠️ release candidate feature ⚠️ ) The port to expose on the service |`80`|
120
+
|`agones.ping.udp.serviceType`| ( ⚠️ release candidate feature ⚠️ ) The [Service Type][service] of the UDP Service |`LoadBalancer`|
121
+
|`agones.ping.healthCheck.initialDelaySeconds`| ( ⚠️ release candidate feature ⚠️ ) Initial delay before performing the first probe (in seconds) |`3`|
122
+
|`agones.ping.healthCheck.periodSeconds`| ( ⚠️ release candidate feature ⚠️ ) Seconds between every liveness probe (in seconds) |`3`|
123
+
|`agones.ping.healthCheck.failureThreshold`| ( ⚠️ release candidate feature ⚠️ ) Number of times before giving up (in seconds) |`3`|
124
+
|`agones.ping.healthCheck.timeoutSeconds`| ( ⚠️ release candidate feature ⚠️ ) Number of seconds after which the probe times out (in seconds) |`1`|
125
125
|`gameservers.namespaces`| a list of namespaces you are planning to use to deploy game servers |`["default"]`|
126
126
|`gameservers.minPort`| Minimum port to use for dynamic port allocation |`7000`|
127
127
|`gameservers.maxPort`| Maximum port to use for dynamic port allocation |`8000`|
0 commit comments