Lab 4: Cleanup

Cleanup

Delete the ansible-operator-frontend Resources

kubectl delete -f  ~/ansible-operator/ansible-operator-frontend/deploy/crds/ansiblelab.ibm.com_myansiblelabdemos_crd.yaml
kubectl delete -f  ~/ansible-operator/ansible-operator-frontend/deploy/service_account.yaml
kubectl delete -f  ~/ansible-operator/ansible-operator-frontend/deploy/role.yaml
kubectl delete -f  ~/ansible-operator/ansible-operator-frontend/deploy/role_binding.yaml
kubectl delete -f  ~/ansible-operator/ansible-operator-frontend/deploy/operator.yaml
kubectl delete -f  ~/ansible-operator/ansible-operator-frontend/deploy/crds/ansiblelab.ibm.com_v1beta1_myansiblelabdemo_cr.yaml 
kubectl delete service -n default k8sdemoansible-service
   

**Congratulations!!! This concludes Lab 2 on Kubernetes Ansible Operators **