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 }] }