Skip to content

Commit

Permalink
Replace monit with supervisord in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey committed Nov 4, 2015
1 parent bad838f commit d5bb121
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions cluster/saltbase/salt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Key: M = Config applies to master, n = config applies to nodes

Config | GCE | Vagrant | AWS |
----------------------------------------------------|-------|---------|-----|
[cadvisor](cadvisor/) | M n | M n | M n |
[debian-auto-upgrades](debian-auto-upgrades/) | M n | M n | M n |
[docker](docker/) | M n | M n | M n |
[etcd](etcd/) | M | M | M |
Expand All @@ -24,8 +23,7 @@ Config | GCE | Vagrant | AWS |
[kube-scheduler](kube-scheduler/) | M | M | M |
[kubelet](kubelet/) | M n | M n | M n |
[logrotate](logrotate/) | M n | n | M n |
[monit](monit/) | M n | M n | M n |
[nginx](nginx/) | M | M | M |
[supervisord](supervisor/) | M n | M n | M n |
[static-routes](static-routes/) (vsphere only) | | | |
[base](base.sls) | M n | M n | M n |
[kube-client-tools](kube-client-tools.sls) | M | M | M |
Expand Down
6 changes: 3 additions & 3 deletions docs/admin/cluster-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Documentation for other releases can be found at
- [kube-proxy](#kube-proxy)
- [docker](#docker)
- [rkt](#rkt)
- [monit](#monit)
- [supervisord](#supervisord)
- [fluentd](#fluentd)

<!-- END MUNGE: GENERATED_TOC -->
Expand Down Expand Up @@ -190,9 +190,9 @@ network rules on the host and performing connection forwarding.

`rkt` is supported experimentally as an alternative to docker.

### monit
### supervisord

`monit` is a lightweight process babysitting system for keeping kubelet and docker
`supervisord` is a lightweight process babysitting system for keeping kubelet and docker
running.

### fluentd
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started-guides/scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d5bb121

Please sign in to comment.