Whether rke2 should run as a server or agent.
If it's a server:
- By default it also runs workloads as an agent.
- any optionals is allowed.
If it's an agent:
serverAddr
is required.token
ortokenFile
is required.agentToken
oragentTokenFile
ordisable
orcni
are not allowed.
Declarations
Type
one of "server", "agent"
Default
"server"