Skip to content

Commit

Permalink
review comment incorporated
Browse files Browse the repository at this point in the history
Signed-off-by: msvinaykumar <[email protected]>
  • Loading branch information
msvinaykumar committed Dec 9, 2024
1 parent 369e225 commit 0e6ad02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions design/KruizeConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e6ad02

Please sign in to comment.