From 6d7817d135e152a20202bf856b98b85a59100a1c Mon Sep 17 00:00:00 2001 From: Jose Zuniga Date: Mon, 9 Dec 2024 16:49:39 -0600 Subject: [PATCH] update description and changelog details --- cost/kubecost/cluster/CHANGELOG.md | 10 ++++------ .../kubecost_cluster_rightsizing_recommendations.pt | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/cost/kubecost/cluster/CHANGELOG.md b/cost/kubecost/cluster/CHANGELOG.md index 0ca95ab997..665842e0b9 100644 --- a/cost/kubecost/cluster/CHANGELOG.md +++ b/cost/kubecost/cluster/CHANGELOG.md @@ -2,12 +2,10 @@ ## v0.3.3 -- Updated from /model/savings/clusterSizing to /model/savings/clusterSizingETL. -- Created new functions to handle the modified response format from the updated endpoint. -- Modified functionality to generate incident correctly based on the new response structure. -- New Parameters: - - param_allow_shared_core: Specifies whether shared cores should be considered in the cluster sizing calculation. - - param_include_overhead: Ensures overhead costs are correctly included in the cost calculations. +- Updated API endpoints for cluster Sizing. +- Added new parameters `param_allow_shared_core`, `param_include_overhead`: + - Added param_allow_shared_core to include shared cores in the cluster sizing calculation. + - Added param_include_overhead to ensure overhead costs are included in the cost calculations. ## v0.3.2 diff --git a/cost/kubecost/cluster/kubecost_cluster_rightsizing_recommendations.pt b/cost/kubecost/cluster/kubecost_cluster_rightsizing_recommendations.pt index 213f171c37..a19156aecf 100644 --- a/cost/kubecost/cluster/kubecost_cluster_rightsizing_recommendations.pt +++ b/cost/kubecost/cluster/kubecost_cluster_rightsizing_recommendations.pt @@ -49,7 +49,7 @@ parameter "param_include_overhead" do category "Include overhead" label "Include overhead" allowed_values "true", "false" - description "Whether to include resources for operating and maintaining the Kubernetes environment, in addition to those used by applications and containers." + description "Enabling this option lets Kubecost track the resources used by both your applications and the Kubernetes infrastructure." end parameter "param_min_nodes" do