talos/hack/dev/kubectl.sh
Andrey Smirnov eccacb7ed0 chore: take osctl/kubectl out of docker-compose (#492)
Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2019-04-05 13:00:17 -07:00

4 lines
188 B
Bash
Executable File

#!/bin/bash
docker run --rm -it --network dev_talosbr -v "${PWD}/kubeconfig":/root/.kube/config -v "${PWD}/manifests":/manifests k8s.gcr.io/hyperkube:${HYPERKUBE_TAG:-v1.14.0} kubectl $@