From 2f88b9377be591fba5e711c19d495522f751349c Mon Sep 17 00:00:00 2001 From: Colton Gerke Date: Mon, 2 Dec 2024 13:03:21 -0600 Subject: [PATCH] Add more resources to the 'after_crs' section of pre-deployment --- lib/krane/deploy_task.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/krane/deploy_task.rb b/lib/krane/deploy_task.rb index 36b928f86..9380bbfc5 100644 --- a/lib/krane/deploy_task.rb +++ b/lib/krane/deploy_task.rb @@ -75,6 +75,14 @@ def predeploy_sequence Ingress Pod Job + CronJob + DaemonSet + HorizontalPodAutoscaler + PodDisruptionBudget + PodSetBase + PodTemplate + ReplicaSet + StatefulSet ).map { |r| [r, default_group] } crs = cluster_resource_discoverer.crds.select(&:predeployed?).map { |cr| [cr.kind, { group: cr.group }] }