Write a remediation guide
StackState v6.0
Overview
StackState provides monitors out of the box, which provide monitoring on common issues that can occur in a Kubernetes cluster. These monitors also contain out of the box remediation guides which are meant to guide users in accurately troubleshooting issues. They are created using the best practices and community knowledge. Follow the indications on this page to learn how to write an effective remediation guide yourself.
Guidelines
Provide step by step instructions to guide a user into solving the issue detected by the monitor;
Make sure the instructions are ordered by the most likely cause(s).
If possible, include links to relevant data and/or resources to speed up the investigation.
Keep it short and on point:
Avoid over explaining - add links to supporting documentation if that's the case;
Avoid using a table of contents and similar content blocks;
Avoid having a summary of the same content;
Try to format the guide in a structured way. Use:
bullet points
numbering
short sentences
paragraphs
inline formatted examples
If there are open ends (there might be different causes which are still unknown), provide guidance for escalating the issue. E.g. provide the user with a support link/ number, etc.
Remediation guide example
Inserting links
The syntax we use is different for "deep links" vs "in-page links". The "deep links" will redirect the user from the current page, whilst the "in-page links" will keep the user on the same page.
Deep links
To link to any perspective (e.g. "hightlights", "topology", "events", "metrics") of the current resource, use the following syntax:
In-page links
To link to any additional data (e.g. "show logs", "show last change", "show status", "show configuration") on the current resource, use the following syntax:
Last updated