Skip to content

Commit

Permalink
fix: Fixes kaytu agent
Browse files Browse the repository at this point in the history
  • Loading branch information
salehkhazaei committed Jul 8, 2024
1 parent ef9d480 commit a2829ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (s *Service) Trigger() {
ctx := context.Background()
_ = s.kaytuCmd.Initialize(ctx)

commands := []string{"kubernetes-pods", "kubernetes-deployments", "kubernetes-statefulsets", "kubernetes-daemonsets", "kubernetes-jobs"}
commands := []string{"kubernetes-pods", "kubernetes-deployments", "kubernetes-statefulsets", "kubernetes-daemonsets", "kubernetes-jobs", "kubernetes"}
for _, command := range commands {
err := s.kaytuCmd.Optimize(ctx, command)
if err != nil {
Expand Down

0 comments on commit a2829ba

Please sign in to comment.