We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3de296a + 842923e commit 08390bdCopy full SHA for 08390bd
pkg/controllers/etcd.go
@@ -78,6 +78,7 @@ func (s *EtcdService) Run(ctx context.Context, ready chan<- struct{}, stopped ch
78
args = append(args,
79
"--uid=root",
80
"--scope",
81
+ "--collect",
82
"--unit", "microshift-etcd",
83
"--property", "Before=microshift.service",
84
"--property", "BindsTo=microshift.service",
0 commit comments