mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create additional mount for termintation message path.
|
// Create additional mount for termination message path.
|
||||||
mount, err := r.makeContainerLogMount(opts, &c)
|
mount, err := r.makeContainerLogMount(opts, &c)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
Reference in New Issue
Block a user