diff --git a/pkg/kubelet/apis/cri/v1alpha1/runtime/constants.go b/pkg/kubelet/apis/cri/v1alpha1/runtime/constants.go index 04cac264d14..f10ae68284b 100644 --- a/pkg/kubelet/apis/cri/v1alpha1/runtime/constants.go +++ b/pkg/kubelet/apis/cri/v1alpha1/runtime/constants.go @@ -38,7 +38,7 @@ const ( // LogTag is the tag of a log line in CRI container log. // Currently defined log tags: -// * First tag: Partial/End - P/E. +// * First tag: Partial/Full - P/F. // The field in the container log format can be extended to include multiple // tags by using a delimiter, but changes should be rare. If it becomes clear // that better extensibility is desired, a more extensible format (e.g., json)