view bin/kurl.sh @ 842:03f9657514e9

while we might not want Octave *that* much, we will never want OCAML
author Jeff Hammel <k0scist@gmail.com>
date Sun, 09 Jul 2017 15:01:16 -0700
parents 06f1c3de040c
children
line wrap: on
line source

#!/bin/bash

# run curl within a k8s cluster via kubectl

export KURL_DEPLOYMENT=curl-$(whoami)$(date +%s)
kubectl run --rm ${KURL_DEPLOYMENT} --image=radial/busyboxplus:curl -i --tty