kfaraz commented on code in PR #16360: URL: https://github.com/apache/druid/pull/16360#discussion_r1585812574
########## docs/development/extensions-core/kubernetes.md: ########## @@ -31,11 +31,10 @@ Apache Druid Extension to enable using Kubernetes API Server for node discovery To use this extension please make sure to [include](../../configuration/extensions.md#loading-extensions) `druid-kubernetes-extensions` in the extensions load list. -This extension works together with HTTP based segment and task management in Druid. Consequently, following configurations must be set on all Druid nodes. +This extension works together with HTTP-based segment and task management in Druid. Consequently, following configurations must be set on all Druid nodes. `druid.zk.service.enabled=false` `druid.serverview.type=http` -`druid.coordinator.loadqueuepeon.type=http` Review Comment: Thanks for catching this, @abhishekrb19 . There are a couple more references in the code that I plan to tackle in a separate PR. Keeping this one only for the docs changes. -- 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]
