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: README.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Codefresh Support Package
2
2
3
-
This project is designed to gather data from Hybrid Runtimes for Codefresh SaaS platform, and Hybrid Runtimes and OnPrem isntallation on the OnPrem Platform. It collects information about various Kubernetes resources such as Pods, Nodes, Configmaps, Services, and Events. For Classic and OnPrem we gather some informtion from the platform itself.
3
+
This project is designed to gather data from Codefresh Hybrid Runtimes OnPrem isntallation, and Open Source ArgoCD. It collects information about various Kubernetes resources such as Pods, Nodes, Configmaps, Services, and Events. For Pipelines and OnPrem we gather some informtion from the platform itself.
4
4
5
5
## Prereqs
6
6
@@ -11,7 +11,7 @@ This project is designed to gather data from Hybrid Runtimes for Codefresh SaaS
11
11
- Or the following ENV vars set.
12
12
-`CF_API_KEY`: Codefresh API Token
13
13
-`CF_URL`: URL of the platform (ex: `https://g.codefresh.io`)
14
-
- Need an Account Admin Token for Claasic Hybrid Runtime.
14
+
- Need an Account Admin Token for Pipelines Hybrid Runtime.
15
15
- Need a System Admin Token for the OnPrem Installation.
16
16
- JQ
17
17
- Used only to get the latest version of the binary for *nix systems.
@@ -34,14 +34,14 @@ chmod +x cf-support
34
34
./cf-support
35
35
```
36
36
37
-
### macOS - x86_64
37
+
### macOS - amd64
38
38
39
39
```shell
40
40
# get the latest version or change to a specific version
0 commit comments