mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +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)
|
||||
if err != nil {
|
||||
// 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)
|
||||
}
|
||||
m.state = stateImpl
|
||||
|
Loading…
Reference in New Issue
Block a user