Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readLastStringFromContainerLogs (0.28 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_container.go

    		}
    		return string(data), (fallbackToLogs && len(data) == 0)
    	}
    	return "", fallbackToLogs
    }
    
    // readLastStringFromContainerLogs attempts to read up to the max log length from the end of the CRI log represented
    // by path. It reads up to max log lines.
    func (m *kubeGenericRuntimeManager) readLastStringFromContainerLogs(path string) string {
    	value := int64(kubecontainer.MaxContainerTerminationMessageLogLines)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
Back to top