opencredo / kubefuse

Kubernetes as a FUSE Filesystem
https://opencredo.com/blogs/introducing-kubefuse-file-system-kubernetes/
Apache License 2.0
266 stars 16 forks source link

Implement "replicas" file in replication controllers #8

Open bspaans opened 8 years ago

bspaans commented 8 years ago

Quick and easy way to increase the number of replicas.

e.g.

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

paurullan commented 7 years ago

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