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
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,21 @@
1
1
# Codefresh Support Package
2
2
3
-
This project is designed to gather data from Hybrid Runtimes for Codefresh SaaS platform and OnPrem Platforms. It collects information about various Kubernetes resources such as Pods, Nodes, Configmaps, Services, and Events. It also fetches logs for each Pod.
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.
4
4
5
5
## Prereqs
6
6
7
-
-`kubectl config current-context` must be the context of the cluster where the Hybrid Runner is installed.
7
+
-`kubectl`
8
+
- Current Context must be the context of the cluster where the Codefresh is installed.
8
9
- Codefresh
9
10
- CLI installed and configured
10
11
- Or the following ENV vars set
11
12
-`CF_API_KEY`: Codefresh API Token
12
13
-`CF_URL`: URL of the platform (ex: `https://g.codefresh.io`)
14
+
- Need an Account Admin Token for Claasic Hybrid Runtime
15
+
- Need a System Admin Token for the OnPrem Installation.
16
+
- Helm
17
+
- Version 3
18
+
- Used to get the helm release version of the installation
0 commit comments