From eca339924489767aef329e2151213f674981159c Mon Sep 17 00:00:00 2001 From: Manuel Giffels Date: Fri, 15 Jul 2022 16:36:58 +0200 Subject: [PATCH] Adjust kubernetes documentation since hpa parameter is now optionally --- docs/source/adapters/site.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/adapters/site.rst b/docs/source/adapters/site.rst index ce9094a5..e9050241 100644 --- a/docs/source/adapters/site.rst +++ b/docs/source/adapters/site.rst @@ -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