You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation_manual_in_cluster.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,10 @@ This doc explains how to run Preflight inside a GKE cluster, and get periodic re
5
5
## Prerequisites
6
6
7
7
- A Google Cloud Platform project where to create the destination Google Cloud Storage Bucket.
8
-
- A Kubernetes cluster where to install Preflight (it can be a GKE cluster inside the previous project, for instance).
8
+
- A GKE cluster with Workload Identity enabled to run Preflight (it can be a GKE cluster inside the previous project, for instance).
9
+
-`kubectl` 1.14+
9
10
10
-
We will apply Terraform modules in this guide, so having Terraform installed locally is also needed. However, those operations can be done from the GCP console or using `gcloud`, so Terraform is not strictly a requirement.
11
+
We will apply Terraform modules as part of this guide, so Terraform should also be installed. However, if required, these operations can be completed in the GCP console or using `gcloud` instead.
11
12
12
13
## A Preflight Docker image that includes your Preflight Packages.
13
14
@@ -73,10 +74,10 @@ If you built your own Docker image for Preflight, you need to edit `deployment/k
73
74
74
75
**Preflight configuration**
75
76
76
-
We also need to customize some things in the configuration file. Edit `deployment/kubernetes/overlays/scanner/config/preflight.yaml` and chagne:
77
+
We also need to customize some things in the configuration file. Edit `deployment/kubernetes/overlays/scanner/config/preflight.yaml` and change:
77
78
-`cluster-name`, this is the name of the cluster in the context of Preflight. Will be used in the generated reports.
78
79
-`data-gatherers.gke`, make sure `project`, `location` and `cluster` correspond to the GKE cluster you want Preflight to scan.
79
-
-`bucket-name`, change it so it points to the cluster you created before.
80
+
-`outputs[_].bucket-name`, change it so it points to the bucket you created before.
0 commit comments