Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 462 Bytes

kshell

Concept

A lightweight troubleshooting image to run in K8s via a command like:

kubectl run -it --attach --rm  atlas --restart=Never --image=ghcr.io/willnewby/kshell:latest -- bash

Add to your ~/.zprofile or ~/.bash_profile like so:

alias kshell="kubectl run -it --attach --rm  atlas --restart=Never --image=ghcr.io/willnewby/kshell:latest -- bash"

Building

task to build + push a new image. Uses https://taskfile.dev