Open arxenix opened 2 years ago
when doing kctf chal stop, the pv for a challenge does not appear to be getting removed.
kctf chal stop
this subsequently causes kctf chal start to fail,
kctf chal start
we've been having to run kubectl delete pv $pv_name after kctf chal stop to get it to work
kubectl delete pv $pv_name
-- todo: add some logs later, just opening issue for now
@sirdarckcat
the persistenvolume should "belong' to the challenge, so if it's not working maybe we forgot to add it as a parent?
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
afterkctf chal stop
to get it to work-- todo: add some logs later, just opening issue for now