mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
operator: log awaitingAnnotationNodes (#1107)
This commit is contained in:
parent
fa99daff0c
commit
32848db0b1
@ -153,6 +153,7 @@ func (r *NodeVersionReconciler) Reconcile(ctx context.Context, req ctrl.Request)
|
||||
"heirNodes", len(groups.Heirs),
|
||||
"mintNodes", len(groups.Mint),
|
||||
"pendingNodes", len(pendingNodeList.Items),
|
||||
"awaitingAnnotationNodes", len(groups.AwaitingAnnotation),
|
||||
"obsoleteNodes", len(groups.Obsolete),
|
||||
"invalidNodes", len(invalidNodes))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user