This message was deleted.
# rke2
a
This message was deleted.
c
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
Ok, so not a super structured yaml file. Thanks for the clarification!