-
Couldn't load subscription status.
- Fork 72
feat(autoscaler_service): mark plan optional and computed
#2507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Resolves NEX-1856. Marks service "plan" field as optional+computed: this allows enabling CPU autoscaler.
b3eeb92 to
6626c6f
Compare
|
|
||
| Optional: | ||
|
|
||
| - `autoscaling` (Block List, Max: 1) Configure service autoscaling integration. This is an experimental api and subject to change. For further assistance, contact the Aiven support team mailto:[email protected] or your account team (see [below for nested schema](#nestedblock--autoscaler_service_user_config--autoscaling)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes to align with the standard language for LA features and the other docs.
| - `autoscaling` (Block List, Max: 1) Configure service autoscaling integration. This is an experimental api and subject to change. For further assistance, contact the Aiven support team mailto:[email protected] or your account team (see [below for nested schema](#nestedblock--autoscaler_service_user_config--autoscaling)) | |
| - `autoscaling` (Block List, Max: 1) Configure autoscaling for Aiven for Apache Kafka® Diskless Topics. This feature is is in the limited availability stage and subject to change. Contact the [Aiven support team](mailto:[email protected]) or your account team to request access and enable autoscaling for your project. (see [below for nested schema](#nestedblock--autoscaler_service_user_config--autoscaling)) |
|
|
||
| Optional: | ||
|
|
||
| - `max_plan` (String) Max Plan. Example: `business-5`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - `max_plan` (String) Max Plan. Example: `business-5`. | |
| - `max_plan` (String) The maximum service plan to scale up to. Example: `business-5`. |
| Optional: | ||
|
|
||
| - `max_plan` (String) Max Plan. Example: `business-5`. | ||
| - `min_plan` (String) Min Plan. Example: `business-4`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - `min_plan` (String) Min Plan. Example: `business-4`. | |
| - `min_plan` (String) The minimum service plan to scale down to. Example: `business-4`. |
Resolves NEX-1856.
Marks service "plan" field as optional+computed: this allows enabling CPU autoscaler.