From 49514b29b88cb00981e76037e45f471894182059 Mon Sep 17 00:00:00 2001 From: Ming Luo Date: Fri, 16 Oct 2020 09:40:29 -0400 Subject: [PATCH] teleport install README --- helm-chart-sources/teleport/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 helm-chart-sources/teleport/README.md diff --git a/helm-chart-sources/teleport/README.md b/helm-chart-sources/teleport/README.md new file mode 100644 index 0000000..633db7b --- /dev/null +++ b/helm-chart-sources/teleport/README.md @@ -0,0 +1,15 @@ +# Teleport installation + +1. Clone this repo + +2. Create a `pulsar` namespace in Kubernetes cluster +``` +kubectl create namespace pulsar +``` + +2. Install Teleport + +``` +export TELEPORT_CHART_DIR="/pulsar-helm-chart/helm-chart-sources/teleport" +helm3 install teleport --namespace pulsar --values .yaml $TELEPORT_CHART_DIR +``` \ No newline at end of file