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/install.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,28 @@ To install trawler, you can make use of the sample yaml files within the [deploy
12
12
- Uncomment servicemonitor.yaml and service.yaml if you are using the prometheus operator model.
13
13
- Set secrets for password values either through base64 encoded values in secret.yaml or through your usual method for managing secrets.
14
14
15
+
These can either be imported to your cluster directly using `kubectl apply -k .` or to point to as a base for your own kustomize config and overlays with a kustomization.yaml which looks something like this:
For the manager_net you will need to provide trawler credentials to make the API Calls - these can either be client_credentials grants or traditional username/password. For this you will need the following permissions:
0 commit comments