[Feature]able to stop/restart/scale specific pod labled by pod-template-hash in one deployment #36868
Closed
Description
in some system,one of the pod was elected by raft or some other algorithm,in some case,especially for the statefull application,people need to restart/scale/stop the specific pod which labled by a pod-template-hash in one deployment.
but now we can not do that cause kubectl scale/delete didn't have the -l opthion