Files
rancher-docs/content/os/installation/configuration/sysctl/_index.md
T
Denise Schannon 79e4fb76eb Add in OS Docs
2018-04-16 11:22:27 -07:00

518 B

tag, category, layout, title, weight
tag category layout title weight
rancheros
os
os list-docs sysctl Settings 132

sysctl Settings


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.