Skip to content

Commit

Permalink
Поддержка автоскейлинга в k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbeach committed Jan 27, 2025
1 parent eafd721 commit 89ae998
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.3.15] - 24.01.2025

## Added
* Поддержка автоскейлинга в k8s
* Вывод ошибки при попытке изменить кастомный пресет

## [v1.3.14] - 10.01.2025

## Added
Expand Down
6 changes: 6 additions & 0 deletions docs/resources/k8s_node_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ resource "twc_k8s_node_group" "example-k8s-node-group" {
- `node_count` (Number) Count of nodes in group
- `preset_id` (Number) Preset ID for nodes in group

### Optional

- `is_autoscaling` (Boolean) Automatic increase/decrease of the number of nodes in a group depending on the load
- `max_size` (Number) max count of nodes in group
- `min_size` (Number) min count of nodes in group

### Read-Only

- `id` (String) The ID of this resource.
Expand Down

0 comments on commit 89ae998

Please sign in to comment.