kubefuse icon indicating copy to clipboard operation
kubefuse copied to clipboard

Implement "replicas" file in replication controllers

Open bspaans opened this issue 8 years ago • 1 comments

Quick and easy way to increase the number of replicas.

e.g.

echo 6 > ~/kubernetes/default/rc/nginx/replicas

bspaans avatar Jun 07 '16 14:06 bspaans

This could be also done for deployments (which are a superset of replication controllers).

paurullan avatar Oct 10 '16 09:10 paurullan