nisanth
Mon Jun 10 2024
Restarting a DaemonSet in Kubernetes #devops #kubernetes
To find a DaemonSet in a specific namespace:
To restart the DaemonSet:
To find a DaemonSet in a specific namespace:
kubectl get ds -n
To restart the DaemonSet:
kubectl rollout restart ds -n