Skip to content

Commit

Permalink
fix virtual machine monitor
Browse files Browse the repository at this point in the history
Signed-off-by: Cybwan <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
cybwan authored and reaver-flomesh committed Jan 3, 2025
1 parent 58280c9 commit 66ae256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func newClient(informerCollection *fsminformers.InformerCollection, policyClient

// If specific informers are not selected to be initialized, initialize all informers
if len(selectInformers) == 0 {
selectInformers = []InformerKey{Namespaces, Services, ServiceAccounts, Pods, Endpoints}
selectInformers = []InformerKey{Namespaces, Services, ServiceAccounts, Pods, Endpoints, VirtualMachine}
}

for _, informer := range selectInformers {
Expand Down

0 comments on commit 66ae256

Please sign in to comment.