We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c72b3 commit 58d41c1Copy full SHA for 58d41c1
cloud-config.yaml
@@ -11,7 +11,10 @@ write_files:
11
permissions: "0644"
12
content: |
13
mirrors:
14
- "*":
+ "*":
15
+ - path: /etc/plural-id
16
+ permissions: "0644"
17
+ content: {{ uuidv4 }}
18
19
k3s:
20
enabled: true
images/plural-bundle/run.sh
@@ -70,7 +70,7 @@ for FILE in assets/*; do
70
templ "BASE_IMAGE" "${BASE_IMAGE}" "${FILE}"
71
templ "TOKEN" "${TOKEN}" "${FILE}"
72
templ "URL" "${URL}" "${FILE}"
73
- templ "CLUSTER_NAME" "${CLUSTER_NAME_PREFIX}-$(cut -c1-10 < /etc/machine-id)" "${FILE}"
+ templ "CLUSTER_NAME" "${CLUSTER_NAME_PREFIX}-$(cut -c1-10 < /etc/plural-id)" "${FILE}"
74
templ "PROJECT" "${PROJECT}" "${FILE}"
75
templ "TAG" "${TAG}" "${FILE}"
76
done;
0 commit comments