Created
May 7, 2019 11:16
-
-
Save pydevd/a749251c811a2dedcec5feebd97bd127 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl -n <namespace> scale deployment <depl-name> --replicas=0 && kubectl -n <namespace> scale deployment <depl-name> --replicas=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment