File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
keps/sig-cli/1441-kubectl-debug Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -412,11 +412,10 @@ Probes and labels are be stripped from Pod copies.
412
412
413
413
#### Default Profile
414
414
415
- Default profile will be ` general ` .
415
+ In order to maintain backwards compatibility the ` legacy ` profile will be the default profile until 1.35.
416
+ When ` --profile ` is not specified ` kubectl debug ` will print a warning about the upcoming change in behavior.
416
417
417
- This will become the default behavior, but in order to maintain backwards compatibility
418
- the "legacy" profile will be the default profile until the 1.25 release. When ` --profile `
419
- is not specified ` kubectl debug ` will print a warning about the upcoming change in behavior.
418
+ Including 1.35 and upwards, ` general ` will be the default profile. ` legacy ` profile will entirely be removed in 1.38.
420
419
421
420
#### Future Improvements
422
421
@@ -1102,6 +1101,7 @@ Definitely stop running `kubectl debug`.
1102
1101
- * 2020-09-23* : Update KEP for mutating multiple container images in debug-by-copy.
1103
1102
- * 2020-09-24* : Update KEP for Production Readiness and beta graduation.
1104
1103
- * 2024-01-16* : Promote kubectl debug to GA
1104
+ - * 2025-10-02* : Update KEP to drop auto profile and default general
1105
1105
1106
1106
## Alternatives
1107
1107
You can’t perform that action at this time.
0 commit comments