From e311d9b2942167b68c4d019d09059db3c2fb66d0 Mon Sep 17 00:00:00 2001 From: oksanabaza Date: Fri, 10 May 2024 09:55:27 +0100 Subject: [PATCH] prep --- src/codeflare_sdk/utils/generate_yaml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/codeflare_sdk/utils/generate_yaml.py b/src/codeflare_sdk/utils/generate_yaml.py index 106181424..e0e6654a6 100755 --- a/src/codeflare_sdk/utils/generate_yaml.py +++ b/src/codeflare_sdk/utils/generate_yaml.py @@ -318,7 +318,8 @@ def write_components( components = user_yaml.get("spec", "resources")["resources"].get("GenericItems") # test lines - if local_queue is None or local_queue == "": + # if local_queue is None or local_queue == "": + if local_queue is None: print("kueue is not installed or won't be used because the absence of CRDs may lack the necessary functionality.") return # test lines