You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was going through the steps laid out on comfyui-on-eks/. This package is one of the dependencies and I got an error on AWS cloudformation reading
Received response status [FAILED] from custom resource. Message returned: Error: b'Release "nvidia-gpu-operator" does not exist. Installing it now.\nError: failed to fetch https://helm.ngc.nvidia.com/nvidia/charts/gpu-operator-v24.3.0.tgz : 401 Unauthorized\n' Logs: /aws/lambda/Comfyui-Cluster-awscdkawseksKubect-Handler886CB40B-Pn5FFiLl2QgE at invokeUserFunction
Expected Behavior
All cloudformation events should complete successfully
Current Behavior
Rollback error
Reproduction Steps
Running cdk deploy Comfyui-Cluster after running the step above from here
Possible Solution
making the flowing change to repository in /aws-quickstart/cdk-eks-blueprints/blob/main/lib/addons/gpu-operator/index.ts
Describe the bug
Hi, I was going through the steps laid out on comfyui-on-eks/. This package is one of the dependencies and I got an error on AWS cloudformation reading
Expected Behavior
All cloudformation events should complete successfully
Current Behavior
Rollback error
Reproduction Steps
Running
cdk deploy Comfyui-Cluster
after running the step above from herePossible Solution
making the flowing change to
repository
in/aws-quickstart/cdk-eks-blueprints/blob/main/lib/addons/gpu-operator/index.ts
from
to
as suggested NVIDIA/gpu-operator#538 (comment)
Additional Information/Context
The script is ran from AWS Lambda I believe
CDK CLI Version
2.148.1
EKS Blueprints Version
1.15.1
Node.js Version
v22.2.0
Environment details (OS name and version, etc.)
Mac
Other information
No response
The text was updated successfully, but these errors were encountered: