busy-zoo-12357
09/23/2024, 10:18 AMbusy-zoo-12357
09/23/2024, 10:25 AMkubernetes:batch/v1:Job (longhorn-system/longhorn-uninstall):
error: 2 errors occurred:
* the Kubernetes API server reported that "longhorn-system/longhorn-uninstall" failed to fully initialize or become live: Resource 'longhorn-uninstall' was created but failed to initialize
* [BackoffLimitExceeded] Job has reached the specified backoff limit
The Job is intended to fail, since it reads a deletion confirmation flag, and crashes if that flag is not specifically set to true.
The CSI works without any problems, the only thing bothering me is Pulumi erroring out, and skipping further resources. I need to Ignore this Job resource inside of the Helm Chart.
I already tried to use transforms (and the older "transformations") with ignoreChanges: ["status"], but it didn't change anything to the error.future-hairdresser-70637
09/30/2024, 1:22 PM