File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
247247rke2_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
347347rke2_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)
351350rke2_debug : false
352351
You can’t perform that action at this time.
0 commit comments