Replace monit with supervisord in documentation.

This commit is contained in:
Robert Bailey
2015-11-03 15:37:53 -08:00
parent bad838f35c
commit d5bb12134e
3 changed files with 6 additions and 8 deletions

View File

@@ -376,7 +376,7 @@ options, you may have a Docker-created bridge and iptables rules. You may want
as follows before proceeding to configure Docker for Kubernetes.
```sh
iptables -t nat -F
iptables -t nat -F
ifconfig docker0 down
brctl delbr docker0
```
@@ -500,7 +500,7 @@ traffic to the internet, but have no problem with them inside your GCE Project.
- Enable auto-upgrades for your OS package manager, if desired.
- Configure log rotation for all node components (e.g. using [logrotate](http://linux.die.net/man/8/logrotate)).
- Setup liveness-monitoring (e.g. using [monit](http://linux.die.net/man/1/monit)).
- Setup liveness-monitoring (e.g. using [supervisord](http://supervisord.org/)).
- Setup volume plugin support (optional)
- Install any client binaries for optional volume types, such as `glusterfs-client` for GlusterFS
volumes.