Skip to content

Commit

Permalink
Adjust kubernetes documentation since hpa parameter is now optionally
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Jul 28, 2022
1 parent b72f405 commit eca3399
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/adapters/site.rst
Original file line number Diff line number Diff line change
Expand Up @@ -579,15 +579,15 @@ Available machine type configuration options
+----------------+-------------------------------------------------------------------------------+-----------------+
| args | Arguments for the containers that run in your pods. | **Required** |
+----------------+-------------------------------------------------------------------------------+-----------------+
| hpa | Set True\False to enable\disable kubernetes horizontal pod autoscaler feature.| **Required** |
| hpa | Set True\False to enable\disable kubernetes horizontal pod autoscaler feature.| **Optional** |
+----------------+-------------------------------------------------------------------------------+-----------------+
| min_replicas | Minimum number of pods to scale to. (Only required when hpa is set to True) | **Required** |
| min_replicas | Minimum number of pods to scale to. (Required when hpa is set to True) | **Optional** |
+----------------+-------------------------------------------------------------------------------+-----------------+
| max_replicas | Maximum number of pods to scale to. (Only required when hpa is set to True) | **Required** |
| max_replicas | Maximum number of pods to scale to. (Required when hpa is set to True) | **Optional** |
+----------------+-------------------------------------------------------------------------------+-----------------+
| cpu_utilization| Average Cpu utilization to maintain across pods of a deployment. | **Required** |
| cpu_utilization| Average Cpu utilization to maintain across pods of a deployment. | **Optional** |
+ + + +
| | (Only required when hpa is set to True) | |
| | (Required when hpa is set to True) | |
+----------------+-------------------------------------------------------------------------------+-----------------+

.. content-tabs:: right-col
Expand Down

0 comments on commit eca3399

Please sign in to comment.