mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 10:47:25 +00:00
Replace monit with supervisord in documentation.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user