![Antoni S. Puimedon](/assets/img/avatar_default.png)
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>
4 lines
34 B
Bash
Executable File
4 lines
34 B
Bash
Executable File
#!/bin/sh
|
|
|
|
hyperkube kubectl "$@"
|