view bin/kurl.sh @ 920:531a7200649f

echo command to run new k0s web
author Jeff Hammel <k0scist@gmail.com>
date Sun, 02 Jun 2024 15:18:51 -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