FrankChen021 commented on code in PR #19014: URL: https://github.com/apache/druid/pull/19014#discussion_r3793408328
########## docs/development/extensions-core/k8s-jobs.md: ########## @@ -83,7 +83,9 @@ To use these APIs, ensure you have read and write permissions for the CONFIG res #### Get dynamic configuration -Retrieves the current dynamic execution config for the Kubernetes task runner. +> Prior to Druid 37.0.0, this API will return an empty value when the dynamic config has not been updated via the POST method below. This has since changed to always reflect the dynamic config that will be used by the task runner to create K8s jobs. Review Comment: ```suggestion > Prior to Druid 38.0.0, this API will return an empty value when the dynamic config has not been updated via the POST method below. This has since changed to always reflect the dynamic config that will be used by the task runner to create K8s jobs. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
