k8s scale 调整副本数

k8s scale

调整副本数量

//调整kej22082501命名空间下的所有deployment副本数为1
rancher kubectl scale deployment --all --replicas=1 -n kej22082501

//调整kej22082501命名空间下的redis deployment副本数为1
rancher kubectl scale deployment.apps/redis --replicas=1 -n kej22082501
posted @ 2022-08-31 13:07  liwenchao1995  阅读(170)  评论(0编辑  收藏  举报