Revert "Add RTK integration for token-optimized command output"

This reverts commit d074cb2a8c.
This commit is contained in:
2026-04-14 01:35:16 +00:00
parent d074cb2a8c
commit 10a5004c02
14 changed files with 16 additions and 238 deletions
-4
View File
@@ -38,10 +38,6 @@ Kubernetes fields:
- ttlSecondsAfterFinished (number, optional): auto-cleanup delay; default 300
- retainJobs (boolean, optional): skip cleanup on completion for debugging
RTK fields (token optimization):
- enableRtk (boolean, optional): install and enable RTK to reduce token usage by filtering command output (~80% reduction). Adds an init container to download the RTK binary from GitHub.
- rtkVersion (string, optional): RTK version to install; defaults to "latest"
Operational fields:
- timeoutSec (number, optional): run timeout in seconds; 0 means no timeout
- graceSec (number, optional): additional grace before adapter gives up after Job deadline