Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kneilb on github.
  • I am kneilb (https://keybase.io/kneilb) on keybase.
  • I have a public key ASDYFFzm1nqV2HPYj7nqkhYZpYxTB8aGshsNbvxLPECkQgo

To claim this, I am signing this object:

@kneilb
kneilb / kube_run_bash.sh
Created June 24, 2019 08:30
Run bash in a pod
#!/bin/bash
http_proxy=
ns=mfsp-island80-k8snew
pod_expr=spark-mux
container=spark-mux
while getopts ":hn:p:c:" arg; do
case $arg in
n)