Skip to content

Commit 1aca951

Browse files
docs: rke2_etcd_snapshot_file variable
1 parent fa4be88 commit 1aca951

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ rke2_etcd_snapshot_source_dir: etcd_snapshots
241241
# The etcd will be restored only during the initial run, so even if you will leave the the file name specified,
242242
# the etcd will remain untouched during the next runs.
243243
# You can either use this or set options in `rke2_etcd_snapshot_s3_options`
244-
rke2_etcd_snapshot_file:
244+
rke2_etcd_snapshot_file: ""
245245

246246
# Etcd snapshot location
247247
rke2_etcd_snapshot_destination_dir: "{{ rke2_data_path }}/server/db/snapshots"
@@ -346,7 +346,6 @@ rke2_wait_for_all_pods_to_be_healthy: false
346346
# The args passed to the kubectl wait command
347347
rke2_wait_for_all_pods_to_be_healthy_args: --for=condition=Ready -A --all pod --field-selector=metadata.namespace!=kube-system,status.phase!=Succeeded
348348

349-
350349
# Enable debug mode (rke2-service)
351350
rke2_debug: false
352351

0 commit comments

Comments
 (0)