Skip to content

Commit d161887

Browse files
committed
A README file
Signed-off-by: Richard Wall <[email protected]>
1 parent 405fedf commit d161887

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

chart/preflight/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Preflight Agent
2+
3+
You can install the Preflight agent using Helm, as follows:
4+
5+
```
6+
helm install \
7+
--create-namespace \
8+
--namespace jetstack-secure \
9+
--set serviceAccount.create=true \
10+
--set rbac.create=true \
11+
jetstack-secure \
12+
chart/preflight
13+
```
14+
15+
Next you will need to register the agent.
16+
For example, to configure the agent for "Machine Identity / Cert Inventory", please follow these steps:
17+
18+
1. Visit https://platform.jetstack.io/
19+
2. Click the "Machine Identity" button, in the tool bar on the left
20+
3. Click "ADD CLUSTER"
21+
4. Follow the instructions
22+
5. Click "COPY COMMAND TO CLIPBOARD" to copy the credentials and configuration command to the clipboard
23+
6. Paste, inspect and then execute the command in your terminal

deploy/charts/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)