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
Typically, "user data" containing start-up parameters can be passed to an image. For XLT images, the user data format is JSON. See below for a user data example:
The password is then set in the XLT configuration and the host data is appended to /etc/hosts. However, if hostData is empty, the hosts file gets corrupted and looks like this:
# User data entries START
{"acPassword":"abc","hostData":""}
# User data entries END
Note that this happened with an AWS image, but it is likely that all other images are affected similarly.
The text was updated successfully, but these errors were encountered:
Typically, "user data" containing start-up parameters can be passed to an image. For XLT images, the user data format is JSON. See below for a user data example:
The password is then set in the XLT configuration and the host data is appended to
/etc/hosts
. However, ifhostData
is empty, the hosts file gets corrupted and looks like this:Note that this happened with an AWS image, but it is likely that all other images are affected similarly.
The text was updated successfully, but these errors were encountered: