We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe46713 commit 9024140Copy full SHA for 9024140
pkg/kubelet/allocation/allocation_manager.go
@@ -62,7 +62,7 @@ func NewManager(checkpointDirectory string) Manager {
62
stateImpl, err := state.NewStateCheckpoint(checkpointDirectory, podStatusManagerStateFile)
63
if err != nil {
64
// This is a crictical, non-recoverable failure.
65
- klog.ErrorS(err, "Could not initialize pod allocation checkpoint manager, please drain node and remove policy state file")
+ klog.ErrorS(err, "Failed to initialize allocation checkpoint manager")
66
panic(err)
67
}
68
m.state = stateImpl
0 commit comments