From 0e6ad028c6db177240b254fbe72a970cd50d04d7 Mon Sep 17 00:00:00 2001 From: msvinaykumar Date: Mon, 9 Dec 2024 07:35:51 +0530 Subject: [PATCH] review comment incorporated Signed-off-by: msvinaykumar --- design/KruizeConfiguration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/design/KruizeConfiguration.md b/design/KruizeConfiguration.md index fa204dfdb..bd88b74b2 100644 --- a/design/KruizeConfiguration.md +++ b/design/KruizeConfiguration.md @@ -140,6 +140,8 @@ The following environment variables are set using the `kubectl apply` command wi - Details: This flag is added for getting the details of the inputs passed to the APIs and the corresponding response generated by it. This helps us in debugging the API easily in case of failures. - **isROSEnabled** - - Description: if set to True, the ROS application will use the old architecture, where ROS handles experiment creation, result updates, and recommendation updates. If set to False, ROS will utilize the Bulk API, allowing Kruize to manage experiment creation and generate recommendations on its behalf. - Default value is false. + - Description: When set to True, the ROS application operates using the legacy architecture, where it manages experiment creation, result updates, and recommendation updates. Setting it to False enables ROS to use the Bulk API, allowing Kruize to handle experiment creation and generate recommendations, while disabling legacy architecture features. - value: "false" + - Details: + - Default value: False. + Bulk API functionality is also supported when the value is set to True