abhishekrb19 commented on code in PR #16360: URL: https://github.com/apache/druid/pull/16360#discussion_r1585191575
########## 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: There's one more reference in `integration-tests/k8s/tiny-cluster.yaml: druid.coordinator.loadqueuepeon.type=http` which can also be removed. -- 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]
