Restart all deployment in a namespace

You need to specify which deployment to restart:

kubectl rollout restart deployments/isam-config-deploy -n apps
kubectl rollout restart deployments/isam-config-deploy-test -n apps

Note that the pods in your deployment will be terminated and then re-
created.

Best,
-jay

2 Likes