when doing kctf chal stop, the pv for a challenge does not appear to be getting removed.
this subsequently causes kctf chal start to fail,
we've been having to run kubectl delete pv $pv_name after kctf chal stop to get it to work
-- todo: add some logs later, just opening issue for now
when doing
kctf chal stop, the pv for a challenge does not appear to be getting removed.this subsequently causes
kctf chal startto fail,we've been having to run
kubectl delete pv $pv_nameafterkctf chal stopto get it to work-- todo: add some logs later, just opening issue for now