mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-23 22:26:27 +00:00
Bump k8s.io dependencies to v0.36.4
This commit is contained in:
@@ -74,7 +74,7 @@ func NewExporterOrDie(ctx context.Context, npdo *options.NodeProblemDetectorOpti
|
||||
func (ke *k8sExporter) ExportProblems(status *types.Status) {
|
||||
if ke.writeEvents {
|
||||
for _, event := range status.Events {
|
||||
ke.client.Eventf(util.ConvertToAPIEventType(event.Severity), status.Source, event.Reason, event.Message)
|
||||
ke.client.Eventf(util.ConvertToAPIEventType(event.Severity), status.Source, event.Reason, "%s", event.Message)
|
||||
}
|
||||
}
|
||||
if ke.updateConditions {
|
||||
|
||||
Reference in New Issue
Block a user