kubectl delete -f site24x7-poller-statefulset.yaml
For OpenShift distribution, execute the below command to uninstall On-Premise Poller:
oc delete -f site24x7-poller-statefulset.yaml
Using a command line
For EKS, AKS, and GKE distributions, execute the below command in the terminal of the Kubernetes environment to uninstall On-Premise Poller:
kubectl delete sts <poller-sts-name> -n <namespace>
Example: kubectl delete sts xxx-s247poller-sts -n default
kubectl delete svc <poller-svc-name> -n <namespace>
Example: kubectl delete svc site24x7-poller -n default
For OpenShift distribution, execute the below command to uninstall On-Premise Poller:
oc delete sts <poller-sts-name> -n <namespace>
Example: oc delete sts xxx-s247poller-sts -n default
oc delete svc <poller-svc-name> -n <namespace>
Example: oc delete svc site24x7-poller -n default