Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
landscapepainter committed Nov 16, 2023
1 parent 87d41cf commit c131990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/skylet/providers/kubernetes/node_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def _wait_for_pods_to_run(self, new_nodes):
waiting = container_status.state.waiting
if waiting is not None and waiting.reason != 'ContainerCreating':
raise config.KubernetesError(
'Failed to create container while launcing '
'Failed to create container while launching '
'the node. Error details: '
f'{container_status.state.waiting.message}.')
# Reaching this point means that one of the pods had an issue,
Expand Down

0 comments on commit c131990

Please sign in to comment.