mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
Fixed typo in rkt
Fixed typo in rkt
This commit is contained in:
@@ -847,7 +847,7 @@ func (r *Runtime) newAppcRuntimeApp(pod *v1.Pod, podIP string, c v1.Container, r
|
||||
return err
|
||||
}
|
||||
|
||||
// Create additional mount for termintation message path.
|
||||
// Create additional mount for termination message path.
|
||||
mount, err := r.makeContainerLogMount(opts, &c)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user