-
Notifications
You must be signed in to change notification settings - Fork 106
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
Severity defs #1104
Open
mmurph3
wants to merge
8
commits into
main
Choose a base branch
from
severity-defs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Severity defs #1104
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
0b84201
Successful Enterprise Support Engagement
923fed4
Kubecost Severity Level Definitions
3b55a65
renamed file
09ce909
fix file name
33f120a
Merge branch 'main' into severity-defs
mmurph3 de6171e
Update integrating-kubecost-with-datadog.md
mmurph3 a8db13b
Update kubecostv2.md
mmurph3 e2ad9f4
Update reports.md
mmurph3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Kubecost Severity Level Definitions | ||
|
||
Opening a support case at [email protected] or starting a thread in slack in your private slack channel (Enterprise customers only) can make it easier to share technical data, error messages, and system information with the Kubecost team. | ||
|
||
## p0 (urgent) | ||
A problem that severely impacts your use of the software in a production environment (such as loss of production data or in which your Kubecost instance is no longer functioning. | ||
|
||
## p1 (high) | ||
A problem where the software is functioning but your use in a production environment is severely reduced. The situation is causing a high impact to specific features in Kubecost and no workaround exists. | ||
|
||
## p3 (low) | ||
A problem that involves partial, non-critical loss of use of the software in a production environment or development environment. For production environments, there is a medium-to-low impact and a procedural workaround exists. For development environments, where the situation is causing issues that impact full functionality and inability to migrate to production. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -294,12 +294,3 @@ data: | |
|
||
Navigate to your Reports page in the Kubecost UI and ensure that the configured report parameters have been set by selecting the Report name. | ||
|
||
### Saved reports not appearing in Kubecost UI after upgrading to v2 | ||
|
||
After upgrading Kubecost to v2, saved reports may not properly display in the Kubecost UI. To properly transfer over saved reports, download this [`copy-reports.sh` file](https://github.com/kubecost/kubecost-utilities/blob/main/copy-reports/copy-reports.sh), then run the following command: | ||
|
||
``` | ||
bash copy-reports.sh | ||
``` | ||
|
||
Saved reports should then populate in your upgraded Kubecost version. | ||
Comment on lines
-297
to
-305
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mmurph3 Based on your observations, this is no longer an issue? |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.