kuryr-kubernetes/devstack/kubectl
Antoni S. Puimedon b7eefd87c7 devstack: add convenience kubectl executable
Before this patch, devstack users had to use:

    hyperkube kubectl

instead of what k8s users are used to:

    kubectl

This patch addresses that with a simple unix shell script.

Change-Id: Ic9471443634680616a5d7675e866d3a10962b5f7
Signed-off-by: Antoni S. Puimedon <asegurap@redhat.com>
2016-11-23 17:45:06 +01:00

4 lines
34 B
Bash
Executable File

#!/bin/sh
hyperkube kubectl "$@"