fix: set etcd options consistently
This fixes an issue introduced in #5879: options should be set same way for both `init` and `controlplane` cases. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
parent
92ae7ef4b1
commit
94b088f02f
@ -484,6 +484,7 @@ func (e *Etcd) argsForControlPlane(ctx context.Context, r runtime.Runtime, spec
|
||||
"peer-key-file": constants.EtcdPeerKey,
|
||||
"peer-trusted-ca-file": constants.EtcdCACert,
|
||||
"experimental-initial-corrupt-check": "true",
|
||||
"experimental-watch-progress-notify-interval": "5s",
|
||||
}
|
||||
|
||||
extraArgs := argsbuilder.Args(r.Config().Cluster().Etcd().ExtraArgs())
|
||||
|
Loading…
Reference in New Issue
Block a user