Skip to content

Commit

Permalink
fix check containerd availability command p2
Browse files Browse the repository at this point in the history
  • Loading branch information
Imadzuma committed Nov 26, 2024
1 parent 354a6d0 commit 99ed35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubemarine/cri/containerd.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def configure_containerd(group: NodeGroup) -> RunnersGroupResult:
f"chmod 600 {os_specific_associations['config_location']} && "
f"sudo systemctl restart {os_specific_associations['service_name']} && "
f"systemctl status {os_specific_associations['service_name']} && "
f"timeout 10 sh -c 'until sudo ctr version 2>&1; do sleep 1; done' "
f"timeout 10 sh -c 'until sudo crictl version 2>&1; do sleep 1; done' "
, callback=collector)
return collector.result

Expand Down

0 comments on commit 99ed35e

Please sign in to comment.