Skip to content

Commit c325642

Browse files
authored
Merge pull request kubernetes#2588 from deads2k/prr-refinement
refine PRR questions to include how an end user can self-diagnose
2 parents d4aa2b4 + 327d1cd commit c325642

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

keps/NNNN-kep-template/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,25 @@ checking if there are objects with field X set) may be a last resort. Avoid
473473
logs or events for this purpose.
474474
-->
475475

476+
###### How can someone using this feature know that it is working for their instance?
477+
478+
<!--
479+
For instance, if this is a pod-related feature, it should be possible to determine if the feature is functioning properly
480+
for each individual pod.
481+
Pick one more of these and delete the rest.
482+
Please describe all items visible to end users below with sufficient detail so that they can verify correct enablement
483+
and operation of this feature.
484+
Recall that end users cannot usually observe component logs or access metrics.
485+
-->
486+
487+
- [ ] Events
488+
- Event Reason:
489+
- [ ] API .status
490+
- Condition name:
491+
- Other field:
492+
- [ ] Other (treat as last resort)
493+
- Details:
494+
476495
###### What are the SLIs (Service Level Indicators) an operator can use to determine the health of the service?
477496

478497
<!--

0 commit comments

Comments
 (0)