Skip to content

Commit

Permalink
score/container: remove broken score set in containerStorageEphemeral…
Browse files Browse the repository at this point in the history
…RequestAndLimit
  • Loading branch information
zegl committed Dec 19, 2023
1 parent 307825a commit f1a10ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion score/container/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ func containerStorageEphemeralRequestAndLimit(ps ks.PodSpecer) (score scorecard.
if container.Resources.Requests.StorageEphemeral().IsZero() {
score.AddComment(container.Name, "Ephemeral Storage request is not set",
"Resource requests are recommended to make sure the application can start and run without crashing. Set resource.requests.ephemeral-storage")
score.Grade = scorecard.GradeWarning
hasMissingRequest = true
}
}
Expand Down

0 comments on commit f1a10ef

Please sign in to comment.