Open kabelo-twala opened 3 months ago
I looked up the issue and found this which is a workaround that worked.
I've updated the repository
value in node_modules/@aws-quickstart/eks-blueprints/dist/addons/gpu-operator/index.js
from
const defaultProps = { name: "gpu-operator-addon", namespace: "gpu-operator", chart: "gpu-operator", version: "v24.3.0", release: "nvidia-gpu-operator", repository: "https://helm.ngc.nvidia.com/nvidia", createNamespace: true, values: {} };
to
const defaultProps = { name: "gpu-operator-addon", namespace: "gpu-operator", chart: "gpu-operator", version: "v24.3.0", release: "nvidia-gpu-operator", repository: "https://nvidia.github.io/gpu-operator", createNamespace: true, values: {} };
and after running cdk deploy Comfyui-Cluster
all the Cloudformation events were created.
Again this is a temporary fix. It would be great if this was addressed. I'll also create an issue on the package for the @aws-quickstart
owners to maybe resolve
Thanks for your deep dive, @kabelo-twala. I'll try to reproduce the issue in a new environment.
Hi, this used to work alright a few days ago but now after running
cdk deploy Comfyui-Cluster
the stack rolls back with the following error.As you can imagine working with Cloudformation takes a while to complete events and I've spent a couple of hours on this issue. Please assist.