Skip to content

Commit

Permalink
Refactor Kubernetes::Installer to always deploy cluster autoscaler
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Apr 15, 2024
1 parent 3f4d8c7 commit 7d3b00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kubernetes/installer.cr
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Kubernetes::Installer
Kubernetes::Software::Hetzner::CloudControllerManager.new(configuration, settings).install
Kubernetes::Software::Hetzner::CSIDriver.new(configuration, settings).install
Kubernetes::Software::SystemUpgradeController.new(configuration, settings).install
deploy_cluster_autoscaler unless autoscaling_worker_node_pools.size.zero?
deploy_cluster_autoscaler
end

private def set_up_first_master
Expand Down

0 comments on commit 7d3b00e

Please sign in to comment.