We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a12626c + fb686b2 commit b861585Copy full SHA for b861585
1 file changed
pkg/readiness/etcd_health.go
@@ -24,8 +24,8 @@ func (c *EtcdHealthCheck) Run(ctx context.Context, dc dynamic.Interface, current
24
if kerrors.IsNotFound(err) {
25
return map[string]any{
26
"externally_managed": true,
27
- "total_members": 0,
28
- "healthy_members": 0,
+ "total_members": 0,
+ "healthy_members": 0,
29
}, nil
30
}
31
return nil, fmt.Errorf("failed to get etcd ClusterOperator: %w", err)
0 commit comments