-
Notifications
You must be signed in to change notification settings - Fork 982
Description
At v1.32, the legacy profile is the default profile for kubectl debug.
However, a deprecation warning message is displayed after kubernetes/kubernetes#127230 has been merged and the user document says that legacy profile is deprecated as follows:
If you don't specify --profile, the legacy profile is used by default, but it is planned to be deprecated in the near future. So it is recommended to use other profiles such as general.
I think we should make some profile(e.g. general) default and remove the legacy profile in the near future.
According to Deprecating a feature or behavior:
Rule kubernetes/kubernetes#7: Deprecated behaviors must function for no less than 1 year after their announced deprecation.
Therefore the path seems to be as follows:
- Make
generalprofile default: v1.33 or v1.34 - Remove
legacyprofile: At the earliest v1.35, or later
/sig cli
Metadata
Metadata
Assignees
Labels
Type
Projects
Status