abrochard / kubel

Emacs extension for controlling Kubernetes with limited permissions
GNU General Public License v3.0
267 stars 44 forks source link

[Question] How to restart deployments or scale them? #128

Closed CsBigDataHub closed 6 months ago

CsBigDataHub commented 6 months ago

How do I restart deployments? and scale Deployments or DaemonSet or StatefulSet without editing the YAML configuration? Like in k9s.

abrochard commented 6 months ago

HI, I think you can rollout restart with j (it predates k8s native rollout feature so the naming isn't obvious). https://github.com/abrochard/kubel?tab=readme-ov-file#shortcuts.

I'm not sure about scale because I've never used it, but it seems to be S

CsBigDataHub commented 6 months ago

Thank you.