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
If the generated user data bootstrap script exceeds 16kb (before being base64 encoded), AWS will reject it like this:
2018-07-31T15:15:12-04:00 [ℹ] Parsing bootstrap script from filesystem [/Users/andy/code/kubernetes-release/_artifacts/kubicorn/1533064442/centos/master.sh]
2018-07-31T15:15:18-04:00 [✖] Error during apply of atomic reconciler, attempting clawback: ValidationError: 1 validation error detected: Value 'IyEvdXNyL2Jpbi9lbnYgYmFzaAoKIy0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS
[snip]
cKY2hvd24gLVIgY2VudG9zOmNlbnRvcyAvaG9tZS9jZW50b3MvLmt1YmU=' at 'userData' failed to satisfy constraint: Member must have length less than or equal to 21847
It would be nice if Kubicorn validated the size before attempting to talk to AWS.
The text was updated successfully, but these errors were encountered:
If the generated user data bootstrap script exceeds 16kb (before being base64 encoded), AWS will reject it like this:
It would be nice if Kubicorn validated the size before attempting to talk to AWS.
The text was updated successfully, but these errors were encountered: