-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support Bundle "Download Logs" docs #442
Conversation
alexanderahn
commented
Nov 20, 2024
•
edited
Loading
edited
- To see the specific tasks where the Asana app for GitHub is being used, see below:
- https://app.asana.com/0/0/1208809919368871
We are taking prophecy cluster CR, prophecy config maps and logs. Additional resources added here can be collected in next cut of the functionality. Some of these resources need cluster level permission. We can collect it if we have it. |
|
||
- Configuration Data Collection: | ||
|
||
- Captures Kubernetes cluster configuration, such as resource quotas and node configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we capture prophecy configuration i.e. prophecy CR and config map.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
- Configuration Data Collection: | ||
|
||
- Captures Kubernetes cluster configuration, such as resource quotas and node configuration. | ||
- Collects Helm charts, deployment manifests, flags, and other configuration files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only configuration files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
- Includes current versions of deployed services and Kubernetes components. | ||
|
||
- Environment State Capture: | ||
- Captures pod status, node health checks, and resource allocation across the cluster, such as kubectl describe nodes and kubectl describe pods. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we dont do that in this feature. for that we have health check and monitoring.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added what is in this now. cc: @manjunathprophecy
To update order of other files before merge. |
id: download-logs | ||
description: Download Prophecy support logs | ||
sidebar_position: 3 | ||
tags: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have some pre-requisite for enabling this feature for private SAAS: documented here : https://coda.io/d/Cloud_dptsTdZM0LD/Setting-up-prophecy-log-download-options_suDxgcHw#_luDrg_xx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.