Skip to content

Commit 001d37c

Browse files
more debug log
1 parent 8f1e4b8 commit 001d37c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/ctrlc/root/sync/kubernetes/vcluster.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ func NewSyncVclusterCmd() *cobra.Command {
143143
return err
144144
}
145145

146+
fmt.Printf("Found %d vclusters in namespace %s\n", len(vclusters), namespace)
147+
146148
if providerName == "" {
147149
providerName = fmt.Sprintf("%s-vcluster-scanner", clusterResource.Name)
148150
}

0 commit comments

Comments
 (0)