-
Notifications
You must be signed in to change notification settings - Fork 990
Add missing fields to kubectl describe statefulset output #1831
Copy link
Copy link
Open
Labels
area/kubectlkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.sig/cliCategorizes an issue or PR as relevant to SIG CLI.Categorizes an issue or PR as relevant to SIG CLI.
Description
What would you like to be added:
Add the following fields to kubectl describe statefulset output:
ServiceNamePodManagementPolicyPersistentVolumeClaimRetentionPolicy(WhenDeleted/WhenScaled)
Why is this needed:
IMO, these fields are basic and important for understanding the behavior but are not currently shown.
ServiceName: frequently used to associate StatefulSet with ServicePodManagementPolicy: affects rollout and scaling behaviorPersistentVolumeClaimRetentionPolicy: directly relates to data retention on deletion or scale-down
/sig cli
/kind feature
/area kubectl
/assign
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/kubectlkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.sig/cliCategorizes an issue or PR as relevant to SIG CLI.Categorizes an issue or PR as relevant to SIG CLI.