File tree Expand file tree Collapse file tree
modules/management/kubectl-apply Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ module "install_kueue" {
6161 source = " ./kubectl"
6262 source_path = local. install_kueue ? local. kueue_install_source : null
6363 server_side_apply = true
64+ wait_for_rollout = true
6465 depends_on = [var . gke_cluster_exists ]
6566
6667 providers = {
@@ -86,6 +87,7 @@ module "install_jobset" {
8687 source = " ./kubectl"
8788 source_path = local. install_jobset ? local. jobset_install_source : null
8889 server_side_apply = true
90+ wait_for_rollout = true
8991 depends_on = [var . gke_cluster_exists , module . configure_kueue ]
9092
9193 providers = {
@@ -224,6 +226,7 @@ module "install_gib" {
224226 source_path = local. install_gib ? var. gib . path : null
225227 server_side_apply = true
226228 template_vars = var. gib . template_vars
229+ wait_for_rollout = true
227230
228231 providers = {
229232 kubectl = kubectl
You can’t perform that action at this time.
0 commit comments