Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,11 @@ provider-image:
COPY +stylus-image/oem/stylus_config.yaml /etc/kairos/branding/stylus_config.yaml
COPY +stylus-image/etc/elemental/config.yaml /etc/elemental/config.yaml
COPY --if-exists "$EDGE_CUSTOM_CONFIG" /oem/.edge_custom_config.yaml
# stylus v4.10.x ships agent-provider-kubeadm alongside agent-provider-stylus in
# /system/providers/. Without this copy the runtime upgrade rsync tries to write
# agent-provider-kubeadm to /system/providers/ which is read-only at runtime,
# causing cluster creation to hang at "Upgrading provider image" on kubeadm nodes.
COPY --if-exists +stylus-image/system/providers/ /system/providers/

IF [ "$IS_UKI" = "true" ]
COPY +internal-slink/slink /usr/bin/slink
Expand Down