Documentation forSolarWinds Observability SaaS

Delete your private probe in Kubernetes

  1. Delete the Deployment (or DaemonSet/StatefulSet) that runs the probe.

    kubectl delete deployment private-probe-deployment
  2. (Optional): Delete related Secrets or ConfigMaps ( api-token, probe-cacert) if they are no longer needed.

After you delete the private probe in Kubernetes no pods will run that probe. Redeploying the private probe using the same LOCAL_ID will bring back the private probe identity and resume its checks.Creating a new LOCAL_ID will register a new probe.