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
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
@josmo Are you sure can create a weird directory? It should create nothing when set encoding "gzip+base64" base the current code logic. Could you please check and let me know system-docker log with the command system-docker logs -f console and the result shoud contain an error log such like this level=error msg="Error writing file" err="Unable to write file with encoding gzip+base64" path= .
@Jason-ZW looks like you're correct. With gzip+base64 it does give that error. I know there was a scenario where it created a weird directory, but looks like I can't repro now. Seems like 1.4 will support the gzip+base64 encoding at the file level :)
RancherOS Version: (ros os version)
ros version v1.0.1
also tried version v1.2.0 from os image rancher/os:v1.2.0
Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
AWS
While trying to use user-data with gzip/base64 encoding for the content it seems to ignore gzip.
tried encoding set to gz+b64 or gzip+base64
expected:
creates /home/rancher/vpn_server.config file
Actual:
creates a weird directory I imagined because it's ignoring the gzip portion.
The text was updated successfully, but these errors were encountered: