Skip to content

Commit

Permalink
adjusting config verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
aleiner authored Jan 9, 2025
1 parent e07597e commit 9df2bcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ There are three levels an RKE2 config variables can be placed in, that is `clust
- `all.vars.cluster_rke2_config`: Defines common RKE2 config options for the whole cluster
- `rke2_cluster.children.rke2_servers.vars.group_rke2_config`: Defines common RKE2 config options for the `rke2_servers` group
- `rke2_cluster.children.rke2_agents.vars.group_rke2_config`: Defines common RKE2 config options for the `rke2_agents` group
- `rke2_cluster.children.rke2_servers.vars.hosts.<host>.host_rke2_config`: Defines a list of node labels for a specific agent node
- `rke2_cluster.children.rke2_agents.vars.hosts.<host>.host_rke2_config`: Defines a list of node labels for a specific agent node
- `rke2_cluster.children.rke2_servers.vars.hosts.<host>.host_rke2_config`: Defines RKE2 config options for a specific server node
- `rke2_cluster.children.rke2_agents.vars.hosts.<host>.host_rke2_config`: Defines RKE2 config options for a specific agent node

> [!NOTE]
> Through the rest of these docs you may see references to `rke2_servers.yml`, this is the group vars file for rke2_servers. This is functionally equivalent to `rke2_cluster.children.rke2_servers.vars`. References to `rke2_agents.yml` is functionally equivalent to `rke2_cluster.children.rke2_agents.vars`
Expand Down Expand Up @@ -260,4 +260,4 @@ spec:
```

# Examples
There are two examples provided in this folder, `basic_sample_inventory`, and `advanced_sample_inventory`. The basic example is the simplest possible example, the advanced example is all of the options explained above in one example.
There are two examples provided in this folder, `basic_sample_inventory`, and `advanced_sample_inventory`. The basic example is the simplest possible example, the advanced example is all of the options explained above in one example.

0 comments on commit 9df2bcd

Please sign in to comment.