9fca2b8ab1
In order to continue to progress with development of things like containerized Kuryr-controller, it is necessary to let Pods that run on the kuryr/neutron networking to have a LB so the k8s API is reachable. Change-Id: I1b4f06094bd9ebe33c8cd3f0cca6f4e92e37e9ee Implements: blueprint devstack-support-api-accessing-pods Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
4 lines
85 B
Bash
Executable File
4 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/usr/local/bin/hyperkube kubectl "--kubeconfig=${HOME}/.kube/config" "$@"
|