#!/bin/bash if [ "$(which kubectl)" != "" ]; then # shellcheck disable=SC1090 source <(kubectl completion bash) fi