From f2919a1694a8bf3c067c7823d50a930ad17eccf6 Mon Sep 17 00:00:00 2001 From: Rustam Gimadiev Date: Thu, 1 Apr 2021 19:01:23 +0300 Subject: [PATCH] documentation update (#336) --- README.md | 6 +++++- charts/kafka-ui/README.md | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84521839ab..77a28f400e 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,11 @@ Then start Kafka UI with a **local** profile. ## Running in Kubernetes -To be done +``` bash +helm repo add kafka-ui https://provectus.github.io/kafka-ui +helm install kafka-ui kafka-ui/kafka-ui +``` +To read more please follow to [chart documentation](charts/kafka-ui/README.md) # Guides diff --git a/charts/kafka-ui/README.md b/charts/kafka-ui/README.md index e6f11c426e..d8fad7791f 100644 --- a/charts/kafka-ui/README.md +++ b/charts/kafka-ui/README.md @@ -11,8 +11,9 @@ Most of the Helm charts parameters are common, follow table describe unique para ## Example To install Kafka-UI need to execute follow: -``` bash -helm install kafka-ui . --set envs.config.KAFKA_CLUSTERS_0_NAME=local --set envs.config.KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092 +``` bash +helm repo add kafka-ui https://provectus.github.io/kafka-ui +helm install kafka-ui kafka-ui/kafka-ui --set envs.config.KAFKA_CLUSTERS_0_NAME=local --set envs.config.KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092 ``` To connect to Kafka-UI web application need to execute: ``` bash