Skip to content

Commit 8905193

Browse files
authored
add kctf-kubectl (google#45)
1 parent 2126935 commit 8905193

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: infrastructure/kctf/bin/kctf-kubectl

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../scripts/setup/kubectl.sh

Diff for: infrastructure/kctf/scripts/setup/kubectl.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
set -Eeuo pipefail
4+
DIR="$( cd "$( dirname "$( readlink -f "${BASH_SOURCE[0]}")" )" >/dev/null && pwd )/../.."
5+
source "${DIR}/scripts/lib/config.sh"
6+
7+
load_config
8+
9+
kubectl $@

0 commit comments

Comments
 (0)