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.
412412
413413#### Default Profile
414414
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.
416417
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.
420419
421420#### Future Improvements
422421
@@ -1102,6 +1101,7 @@ Definitely stop running `kubectl debug`.
11021101- * 2020-09-23* : Update KEP for mutating multiple container images in debug-by-copy.
11031102- * 2020-09-24* : Update KEP for Production Readiness and beta graduation.
11041103- * 2024-01-16* : Promote kubectl debug to GA
1104+ - * 2025-10-02* : Update KEP to drop auto profile and default general
11051105
11061106## Alternatives
11071107
You can’t perform that action at this time.
0 commit comments