mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-20 11:55:12 +00:00
495 B
495 B
title, weight, aliases
| title | weight | aliases | |
|---|---|---|---|
| Sysctl Settings | 132 |
|
The rancher.sysctl cloud-config key can be used to control sysctl parameters. This works in a manner similar to /etc/sysctl.conf for other Linux distros.
#cloud-config
rancher:
sysctl:
net.ipv4.conf.default.rp_filter: 1
You can either add these settings to your cloud-init.yml, or use sudo ros config merge -i somefile.yml to merge settings into your existing system.