Reset etcd heartbeat and election timeouts
As the https://github.com/openshift/cluster-etcd-operator/issues/499 has mentioned, have u guys have plans to support the etcd heartbeat and election timeouts config ,as these configs are hard coded
as the https://github.com/openshift/cluster-etcd-operator/blob/a060517d1452b3756b230de1d1393e3573de4f45/pkg/etcdenvvar/etcd_env.go#L212-L234 show:
it has already provided a new way to set etcd timeout config, i just wonder if there is another way to adjust the etcd config by specified value
how about the following two possible directions:
1. add these etcd timeout into the etcd unsupportedConfigOverrides
2. add a new controller to watch the configobservation
关闭于 2023-11-09 2 条评论