Skip to content

Commit

Permalink
docs: sync default values with readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Muransky committed Oct 20, 2022
1 parent 2f1a4a0 commit 220190d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ This is a copy of `defaults/main.yml`

```yaml
---

# Default nodetaints
node_taints: []

Expand Down Expand Up @@ -222,9 +221,18 @@ rke2_agents_group_name: workers
# rke2_agent_options:
# - "option: value"

# Crdon, drain the node which is being upgraded. Uncordon the node once the RKE2 upgraded
# (Optional) Configure Proxy
# All flags can be found here https://github.com/rancher/rke2/blob/master/docs/advanced.md#configuring-an-http-proxy
# rke2_environment_options: []
# - "option=value"
# - "HTTP_PROXY=http://your-proxy.example.com:8888"

# Cordon, drain the node which is being upgraded. Uncordon the node once the RKE2 upgraded
rke2_drain_node_during_upgrade: false

# Wait for all pods to be ready after rke2-service restart during rolling restart.
rke2_wait_for_all_pods_to_be_ready: false

```
## Inventory file example
Expand Down

0 comments on commit 220190d

Please sign in to comment.