We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@sirdarckcat
Sorry, something went wrong.
the persistenvolume should "belong' to the challenge, so if it's not working maybe we forgot to add it as a parent?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: