mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Cleanup allocation checkpoint failure message
This commit is contained in:
parent
fe4671356c
commit
9024140468
@ -62,7 +62,7 @@ func NewManager(checkpointDirectory string) Manager {
|
|||||||
stateImpl, err := state.NewStateCheckpoint(checkpointDirectory, podStatusManagerStateFile)
|
stateImpl, err := state.NewStateCheckpoint(checkpointDirectory, podStatusManagerStateFile)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// This is a crictical, non-recoverable failure.
|
// This is a crictical, non-recoverable failure.
|
||||||
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")
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
m.state = stateImpl
|
m.state = stateImpl
|
||||||
|
Loading…
Reference in New Issue
Block a user