$ alias k=kubectl
$ source <(kubectl completion bash)
$ complete -F __start_kubectl k
$ export do="--dry-run=client -o yaml"
To make vim use 2 spaces for a tab edit ~/.vimrc
to contain:
set tabstop=2
set expandtab
set shiftwidth=2
$ cd yaml
$ k create ns <ns-name>
$ k -n <ns-name> create -f <yaml-manifest>
- Pandoc
- Beamer
$ cd present
$ cat README.md
$ make.sh