-
Notifications
You must be signed in to change notification settings - Fork 817
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
by default disable agones-metrics nodepools (#3672)
* by default disable agones-metrics nodepools * updated documentation and added suggested changes * reverted small change
- Loading branch information
Showing
4 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,9 @@ Configurable parameters: | |
- autoscale - whether you want to enable autoscale for the gameserver nodepool (default is false) | ||
- min_node_count - the minimum number of nodes for a nodepool when autoscale is enabled (default is "1") | ||
- max_node_count - the maximum number of nodes for a nodepool when autoscale is enabled (default is "5") | ||
{{% feature publishVersion="1.38.0" %}} | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Kalaiselvi84
Contributor
|
||
- enable_agones_metrics_nodepool - whether you want to enable `"agones-metrics"` for the gameserver nodepool (default is false) | ||
{{% /feature %}} | ||
{{% alert title="Warning" color="warning"%}} | ||
On the lines that read `source = "git::https://github.com/googleforgames/agones.git//install/terraform/modules/gke/?ref=main"` | ||
|
Just noticed that the publish version here is incorrect (it should have been 1.39 which is tomorrow's release).
Not worth fixing now, but an FYI to @Kalaiselvi84 to make sure we remove this even though it has the wrong version number.