Commit 822d21f8 authored by Pingan2017's avatar Pingan2017

clean up unused const in node_lifecycle_controller.go

parent e30554bd
...@@ -107,8 +107,6 @@ const ( ...@@ -107,8 +107,6 @@ const (
) )
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 // The amount of time the nodecontroller should sleep between retrying NodeStatus updates
retrySleepTime = 20 * time.Millisecond retrySleepTime = 20 * time.Millisecond
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment