Skip to content

Instantly share code, notes, and snippets.

@cedbossneo
Created July 10, 2020 11:38
Show Gist options
  • Save cedbossneo/82ad323e8a67d6a186ff0331a1839c8f to your computer and use it in GitHub Desktop.
Save cedbossneo/82ad323e8a67d6a186ff0331a1839c8f to your computer and use it in GitHub Desktop.
#cloud-config
ssh_authorized_keys:
- github:cedbossneo
k3os:
modules:
- kvm
- nvme
sysctl:
kernel.printk: "4 4 1 7"
kernel.kptr_restrict: "1"
dns_nameservers:
- 8.8.8.8
- 8.8.4.4
password: rancher
k3s_args:
- server
- "--no-deploy"
- traefik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment