File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# cloud-config
2
- hostname : plural-edge- {{ trunc 10 .MachineID }}
2
+ hostname : plural-{{ trunc 10 .MachineID }}
3
3
4
4
users :
5
5
- name : @USERNAME@
@@ -20,13 +20,18 @@ write_files:
20
20
permissions : " 0644"
21
21
content : |
22
22
mirrors:
23
- "*":
23
+ "*":
24
+ # TODO: Enable once it will be fixed.
25
+ # - path: /etc/plural-id
26
+ # permissions: "0644"
27
+ # content: |
28
+ # {{ uuidv4 }}
24
29
25
30
k3s :
26
31
enabled : true
27
32
replace_args : true
28
33
args :
29
- - --node-name=kairos
34
+ - --node-name=plural-{{ trunc 10 .MachineID }}
30
35
- --embedded-registry
31
36
- --disable=traefik,servicelb
32
37
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ for FILE in assets/*; do
70
70
templ " BASE_IMAGE" " ${BASE_IMAGE} " " ${FILE} "
71
71
templ " TOKEN" " ${TOKEN} " " ${FILE} "
72
72
templ " URL" " ${URL} " " ${FILE} "
73
- templ " CLUSTER_NAME" " ${CLUSTER_NAME_PREFIX} -$( cut -c1-10 < /etc/machine -id) " " ${FILE} "
73
+ templ " CLUSTER_NAME" " ${CLUSTER_NAME_PREFIX} -$( cut -c1-10 < /etc/plural -id) " " ${FILE} "
74
74
templ " PROJECT" " ${PROJECT} " " ${FILE} "
75
75
templ " TAG" " ${TAG} " " ${FILE} "
76
76
done ;
Original file line number Diff line number Diff line change
1
+ # plural-config
1
2
image : quay.io/kairos/alpine:3.19-standard-arm64-rpi4-v3.2.4-k3sv1.31.3-k3s1
2
3
bundles :
3
- plural-bundle : ghcr.io/pluralsh/kairos-plural-bundle:0.1.4
4
+ plural-bundle : ghcr.io/pluralsh/kairos-plural-bundle:0.1.4 # TODO: Use latest version once it will be fixed.
4
5
plural-images-bundle : ghcr.io/pluralsh/kairos-plural-images-bundle:0.1.2
5
6
plural-trust-manager-bundle : ghcr.io/pluralsh/kairos-plural-trust-manager-bundle:0.1.0
You can’t perform that action at this time.
0 commit comments