Hi all,
We have noticed that when infrastructure deployed from scratch git hub actions may fail during multiple steps like "Reformat Plan" or "terraform apply". However issue isn't reproducible when new small parts of infrastructure are deployed.
So work around for us was deployment locally until cluster is deployed (without node pools) and after that run workflow.
The root cause of it looks like that TF output exceed 2MiB size which is common as far as I know for Ubuntu, but I might be wrong.
Hi all,
We have noticed that when infrastructure deployed from scratch git hub actions may fail during multiple steps like "Reformat Plan" or "terraform apply". However issue isn't reproducible when new small parts of infrastructure are deployed.
So work around for us was deployment locally until cluster is deployed (without node pools) and after that run workflow.
The root cause of it looks like that TF output exceed 2MiB size which is common as far as I know for Ubuntu, but I might be wrong.