k8sh
k8sh copied to clipboard
A simple, easily extensible shell for navigating your kubernetes clusters
Results
1
k8sh issues
Sort by
recently updated
recently updated
newest added
OS: Centos7 pkg: bash-completion-2.1-8.el7.noarch.rpm /etc/profile.d/bash_completion.sh ``` # Check for interactive bash and that we haven't already been sourced. [ -z "$BASH_VERSION" -o -z "$PS1" -o -n "$BASH_COMPLETION_COMPAT_DIR" ] && return...