File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments