You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2021/04/28 23:02:16 UTC

[druid] branch 0.21.0 updated: Change the `id` for `kubernetes` doc link to work (#11176) (#11178)

This is an automated email from the ASF dual-hosted git repository.

jihoonson pushed a commit to branch 0.21.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/0.21.0 by this push:
     new 6c9f926  Change the `id` for `kubernetes` doc link to work (#11176) (#11178)
6c9f926 is described below

commit 6c9f926e3e71f3394ebe2bcdcda8707baac530a9
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Wed Apr 28 16:01:46 2021 -0700

    Change the `id` for `kubernetes` doc link to work (#11176) (#11178)
    
    * Change the `id` for doc link to work
    
    * Added `druid-kubernetes-extensions` to the list
    
    Co-authored-by: Jeet Patel <jp...@gmail.com>
---
 docs/development/extensions-core/kubernetes.md | 4 ++--
 docs/development/extensions.md                 | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/development/extensions-core/kubernetes.md b/docs/development/extensions-core/kubernetes.md
index 7bc1b0a..90be465 100644
--- a/docs/development/extensions-core/kubernetes.md
+++ b/docs/development/extensions-core/kubernetes.md
@@ -1,5 +1,5 @@
 ---
-id: druid-kubernetes
+id: kubernetes
 title: "Kubernetes"
 ---
 
@@ -84,4 +84,4 @@ roleRef:
   kind: Role
   name: druid-cluster
   apiGroup: rbac.authorization.k8s.io
-```
\ No newline at end of file
+```
diff --git a/docs/development/extensions.md b/docs/development/extensions.md
index e233bdd..c2bccb0 100644
--- a/docs/development/extensions.md
+++ b/docs/development/extensions.md
@@ -62,6 +62,7 @@ Core extensions are maintained by Druid committers.
 |postgresql-metadata-storage|PostgreSQL metadata store.|[link](../development/extensions-core/postgresql.md)|
 |simple-client-sslcontext|Simple SSLContext provider module to be used by Druid's internal HttpClient when talking to other Druid processes over HTTPS.|[link](../development/extensions-core/simple-client-sslcontext.md)|
 |druid-pac4j|OpenID Connect authentication for druid processes.|[link](../development/extensions-core/druid-pac4j.md)|
+|druid-kubernetes-extensions|Druid cluster deployment on Kubernetes without Zookeeper.|[link](../development/extensions-core/kubernetes.md)|
 
 ## Community extensions
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org