Skip to content

Commit

Permalink
add kctf-kubectl (google#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdarckcat committed Feb 24, 2020
1 parent 2126935 commit 8905193
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/kctf/bin/kctf-kubectl
9 changes: 9 additions & 0 deletions infrastructure/kctf/scripts/setup/kubectl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

set -Eeuo pipefail
DIR="$( cd "$( dirname "$( readlink -f "${BASH_SOURCE[0]}")" )" >/dev/null && pwd )/../.."
source "${DIR}/scripts/lib/config.sh"

load_config

kubectl $@

0 comments on commit 8905193

Please sign in to comment.