https://rancher.com/ logo
Title
f

future-monitor-61871

05/25/2022, 7:39 PM
Is there a fully populated config.yaml out there somewhere that I can look at? Or is there an option to produce a blank one from the rke2 executable? I've dug on github but haven't found such an artifact.
c

creamy-pencil-82913

05/25/2022, 7:42 PM
no, because config.yaml is just a yaml version of all the CLI flags. Just run
rke2 server --help
- anything you see in there is a valid entry in the config file.
We just have a simple preprocessor that converts the yaml keys/values to argv entries. There’s no set schema for the config file itself.
f

future-monitor-61871

05/25/2022, 7:47 PM
Ok, so not a super structured yaml file. Thanks for the clarification!