krknctl-assist
How to install and run krknctl-assist
Install krknctl-assist
krknctl-assist is distributed from its Git repository and installed through a small wrapper script.
Prerequisites
podmangitcurlpython3go
Clone the repository
git clone https://github.com/krkn-chaos/krknctl-assist.git ~/krknctl-assist
cd ~/krknctl-assist
Run the installation script
bash ./scripts/install_krknctl_assist.sh
Run krknctl-assist
Start the interactive assistant:
krknctl-assist
Note
The first run may take longer because the launcher can build the container image, prepare indexes, and set up a localkrknctl checkout.Useful commands
Force a rebuild:
krknctl-assist --force-build
Clean up local containers:
krknctl-assist --cleanup
What’s next?
Please refer to the usage guide for example prompts and the interactive run flow.