Skip to content

fix(k8s): don't wait for pod termination in kkp#47

Draft
radiosilence wants to merge 1 commit intomainfrom
fix/kkp-nowait
Draft

fix(k8s): don't wait for pod termination in kkp#47
radiosilence wants to merge 1 commit intomainfrom
fix/kkp-nowait

Conversation

@radiosilence
Copy link
Copy Markdown
Owner

Summary

  • Add --wait=false to kubectl delete pod in kkp function so it returns to shell immediately instead of blocking until pods terminate

Changelog

  • fix(k8s): kkp no longer hangs after selecting pods to delete

🤖 Generated with Claude Code

`kubectl delete pod` blocks until the pod is fully gone. --wait=false
returns immediately so you get your shell back.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@radiosilence radiosilence marked this pull request as draft March 31, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant