Back to Feast

03 Uninstall

examples/operator-quickstart/03-Uninstall.ipynb

0.63.0338 B
Original Source
python
!kubectl delete -f feast.yaml
!kubectl delete -f ../../infra/feast-operator/dist/install.yaml
!kubectl delete -f postgres.yaml
!kubectl delete -f redis.yaml

Ensure everything has been removed, or is in the process of being terminated.

python
!kubectl get all