mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fixed typo in rkt
Fixed typo in rkt
This commit is contained in:
parent
ee82de565a
commit
84844bb6d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user