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