mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
clean up unused const in node_lifecycle_controller.go
This commit is contained in:
parent
e30554bd39
commit
822d21f88a
@ -107,8 +107,6 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
// The amount of time the nodecontroller polls on the list nodes endpoint.
|
||||
apiserverStartupGracePeriod = 10 * time.Minute
|
||||
// The amount of time the nodecontroller should sleep between retrying NodeStatus updates
|
||||
retrySleepTime = 20 * time.Millisecond
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user