-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignition data too large when creating various CAPA Workload Clusters #3442
Comments
For Cilium ENI mode implementation (#2563), I'm running into the same trouble. Adding a script to set |
upstream follow up issue: https://github.com/giantswarm/giantswarm/issues/31156 |
@AndiDog This isn't "done" as we still haven't re-enabled the CAPA Private test suite to ensure this change is being tested. |
The cluster creation part of the E2E private tests is working again (see test run in unmerged PR giantswarm/cluster-test-suites#398). So I'm closing this issue. The test suite now fails due to the unrelated #3577 which @AverageMarcus you may want to watch. |
Because of the amount of configuration we now have in our ignition data and the extra that is needed for private clusters (such as the proxy details) we've hit the limit for the file with MachinePools (that stores in a Kubernetes secret).
Error on MachinePool:
This is occurring on our test private CAPA cluster
goat
since the release of cluster-aws v0.75.0.The capa-private E2E test suite is currently failing because of this issue and has been disabled until it can be resolved.
Some notes:
The Control Plane nodes make use of S3 to temporarily store their ignition data as outlined in the documentation but it seems to not be implemented for MachinePools as far as we can tell. I have been unable to find any relevant issues upstream so we may be the first to hit this issue.
For reference:
The length of the ignition file on a capa private WC was - 17,368 characters
The length of the ignition file on a capa non-private WC was - 13,908 characters
Tasks
Related Slack thread
The text was updated successfully, but these errors were encountered: