mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
Migrate replication controllers to generic etcd
This commit is contained in:
@@ -58,7 +58,7 @@ type RealPodControl struct {
|
||||
}
|
||||
|
||||
// Time period of main replication controller sync loop
|
||||
const DefaultSyncPeriod = 10 * time.Second
|
||||
const DefaultSyncPeriod = 5 * time.Second
|
||||
|
||||
func (r RealPodControl) createReplica(namespace string, controller api.ReplicationController) {
|
||||
desiredLabels := make(labels.Set)
|
||||
|
Reference in New Issue
Block a user