File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
keps/sig-cli/2551-return-code-normalization Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# KEP-2551: kubectl exit code standardization
2
- π
2
+
3
3
<!-- toc -->
4
4
- [ Release Signoff Checklist] ( #release-signoff-checklist )
5
5
- [ Summary] ( #summary )
6
6
- [ Motivation] ( #motivation )
7
7
- [ Goals] ( #goals )
8
8
- [ Non-Goals] ( #non-goals )
9
9
- [ Proposal] ( #proposal )
10
- - [ User Stories (Optional) ] ( #user-stories-optional )
10
+ - [ User Stories] ( #user-stories-optional )
11
11
- [ Story 1] ( #story-1 )
12
12
- [ Story 2] ( #story-2 )
13
13
- [ Story 3] ( #story-3 )
@@ -107,7 +107,7 @@ to this specific problem.
107
107
* Exit codes generated by kubectl itself should be distinct, so as not to be confused with codes from external/subcommands
108
108
* Implement a common way so commands can delegate the exit code normalization to a different function
109
109
110
- ### User Stories
110
+ ### User Stories
111
111
112
112
#### Story 1
113
113
Joice, the SRE of a big company is automating the deployment of the infrastructure with a lot of kubectl commands.
You can’t perform that action at this time.
0 commit comments