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
<p class="help-block">Should the driver only add the SSH info in the user data? (required for custom images).</p>
919
917
</div>
918
+
<div class="col span-4">
919
+
<Checkbox
920
+
label="Append RKE provisioning config in the userdata sent to the server"
921
+
v-model:value="appendRkeUserdata"
922
+
:mode="mode"
923
+
:disabled="busy"
924
+
/>
925
+
<p class="help-block">Whether or not the driver should append the RKE provisioning generated by Rancher to the user-data, is sent to the server even if no addition user-data is specified inside the cloudInit block.</p>
0 commit comments