view bin/kurl.sh @ 815:06f1c3de040c

k8s is picky about how many dashes a deployment may have
author Jeff Hammel <k0scist@gmail.com>
date Sun, 13 Nov 2016 16:02:30 -0800
parents a56a844f6e6f
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