mirror of https://github.com/k3s-io/k3s
fix typo in kubelet
parent
8bee44b65f
commit
c79b0c797f
|
@ -305,7 +305,7 @@ func (ds *dockerService) PodSandboxStatus(podSandboxID string) (*runtimeapi.PodS
|
|||
return nil, err
|
||||
}
|
||||
|
||||
// Parse the timstamps.
|
||||
// Parse the timestamps.
|
||||
createdAt, _, _, err := getContainerTimestamps(r)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to parse timestamp for container %q: %v", podSandboxID, err)
|
||||
|
|
Loading…
Reference in New Issue