Hi once we are done using the EFK following this document. How would one delete the PV created
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there!
You can delete the pv using the
kubectl delete
command.kubectl get pv kubectl delete pv <pv_name>
Regards,
John Kwiatkoski Senior Developer Support Engineer