Skip to content

Commit

Permalink
teleport install README
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzming committed Oct 16, 2020
1 parent 8af2fd5 commit 49514b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions helm-chart-sources/teleport/README.md
Original file line number Diff line number Diff line change
@@ -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="<repo parent dir>/pulsar-helm-chart/helm-chart-sources/teleport"
helm3 install teleport --namespace pulsar --values <value>.yaml $TELEPORT_CHART_DIR
```

0 comments on commit 49514b2

Please sign in to comment.