Skip to content

Commit

Permalink
Merge pull request #25 from horecoli/timeout_increase
Browse files Browse the repository at this point in the history
Increase the timeout for cluster-tools installation
  • Loading branch information
martin-mat authored Jun 6, 2024
2 parents e019f6d + aae0843 commit 095d6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster_tools.cr
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ module ClusterTools

def self.wait_for_cluster_tools
Log.info { "ClusterTools wait_for_cluster_tools" }
KubectlClient::Get.resource_wait_for_install("Daemonset", "cluster-tools", namespace: self.namespace!)
KubectlClient::Get.resource_wait_for_install("Daemonset", "cluster-tools", namespace: self.namespace!, wait_count: 300)
# KubectlClient::Get.resource_wait_for_install("Daemonset", "cluster-tools-k8s", namespace: self.namespace)
end

Expand Down

0 comments on commit 095d6d6

Please sign in to comment.