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
extra_initial_node_labels_1=[{ key ="cnf", value ="amf01" }] # Extra initial node labels for node pool 1. Example: "[{ key = "app.something/key1", value = "value1" }]"
36
+
node_pool_cloud_init_parts_1=[{
37
+
content_type ="text/cloud-config"
38
+
content =<<EOF
39
+
#cloud-config
40
+
runcmd:
41
+
- echo "Running prep scripts..."
42
+
- echo "Finished prep scripts."
43
+
- echo "Starting App..."
44
+
45
+
final_message: "The system is finally up, after $UPTIME seconds"
46
+
output: {all: '| tee -a /tmp/cloud-init-output.log'}
0 commit comments