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
Payload is limited in size.
Currently, we are uploading ignition.json with a base64 encoding.
But it can be oversize the limit, so we are/want to use a gzip content.
Feature Request
Environment
I'm using flatcar on Akamai Linode
Desired Feature
Payload is limited in size.
Currently, we are uploading ignition.json with a base64 encoding.
But it can be oversize the limit, so we are/want to use a gzip content.
I see VMware have already this:
ignition/internal/providers/vmware/vmware.go
Lines 33 to 55 in 3b3a27b
And other ticket are for specific providers #1096
Can we add a generic way to detect payload (b64 / gzip+b64 / zstd+b64...)
Other Information
The text was updated successfully, but these errors were encountered: