-
Notifications
You must be signed in to change notification settings - Fork 129
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
[Bug]: Garbled user data on EC2 instance #1109
Comments
Hi @dhaines-quera, Thank you for raising this, it is hard to understand and reproduce this issue with the provided information, could you please give more/clear information?
|
Sure thing. The original report was here: https://crossplane.slack.com/archives/C05E0UE46S2/p1706134383962819
|
try to convert it to base64 in patch transform. e.g:
|
@ken-cogniac that didn't seem to do anything either way (and I made fromFieldPath a couple of values, both extant and not). Also, I don't understand what the purpose of having both userData and userDataBase64 fields would be if such a transform were necessary. |
The upstream upjet fix for this issue: crossplane/upjet#358 Fix was released on 0.47.3 and 1.1.1 versions of provider-aws. |
Is there an existing issue for this?
Affected Resource(s)
Resource MRs required to reproduce the bug
Steps to Reproduce
Install crossplane via Helm chart 1.14.5
Install ec2 provider
Apply above manifests.
What happened?
I would expect to see
#cloud-config\nhello
as the output to each of those commands.Relevant Error Output Snippet
No response
Crossplane Version
1.14.5
Provider Version
0.47.1
Kubernetes Version
1.29.0
Kubernetes Distribution
Talos
Additional Info
I was asked to open this ticket by @haarchri , for whom this is apparently a second report of the same bug. Please let me know if you need the missing portions of that Composition.
The text was updated successfully, but these errors were encountered: