Skip to content

Commit a81fc72

Browse files
committed
Replace the unsupported option to the new one
1 parent a168100 commit a81fc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/openshift_node/tasks/upgrade.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
command: >
1616
oc adm drain {{ ansible_nodename | lower }}
1717
--kubeconfig={{ openshift_node_kubeconfig_path }}
18-
--force --delete-local-data --ignore-daemonsets
18+
--force --delete-emptydir-data --ignore-daemonsets
1919
delegate_to: localhost
2020

2121
# Run the openshift_node_pre_upgrade_hook if defined

0 commit comments

Comments
 (0)