Skip to content

Commit

Permalink
Update containerd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
koryaga authored Sep 17, 2024
1 parent d8121fb commit babe06d
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 @@ -299,7 +299,7 @@ def configure_containerd(group: NodeGroup) -> RunnersGroupResult:
backup=True, sudo=True, mkdir=True)

log.debug("Restarting Containerd on %s node..." % node.get_node_name())
# to restart and wait untill containerd is up2running
# to restart and wait untill containerd is up&running
node.sudo(
f"chmod 600 {os_specific_associations['config_location']} && "
f"sudo systemctl restart {os_specific_associations['service_name']} && "
Expand Down

0 comments on commit babe06d

Please sign in to comment.