Delete your private probe in Kubernetes
-
Delete the Deployment (or DaemonSet/StatefulSet) that runs the probe.
kubectl delete deployment private-probe-deployment
-
(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.