? Deploy this Zarf package? (y/N) Yes

───────────────────────────────────────────────────────────────────────────────────────
name: k3s
only:
  localOS: linux
  cluster:
    architecture: amd64
actions:
  onDeploy:
     defaults:
       maxRetries: 5
     before:
     - maxRetries: 0
       cmd: ./zarf internal is-valid-hostname
     - cmd: "[ -e /etc/redhat-release ] && systemctl disable firewalld --now || echo ''"
     after:
     - cmd: systemctl daemon-reload
     - cmd: systemctl enable k3s
     - cmd: systemctl start k3s
files:
- source: packages/distros/k3s/common/zarf-clean-k3s.sh
  target: /opt/zarf/zarf-clean-k3s.sh
  executable: true
- source: packages/distros/k3s/common/k3s.service
  target: /etc/systemd/system/k3s.service
  symlinks:
  - /etc/systemd/system/multi-user.target.wants/k3s.service
- source: https://github.com/k3s-io/k3s/releases/download/v1.24.1+k3s1/k3s
  shasum: ca398d82fee8f9f52b05fb184582054be3c0285a1b9e8fb5c7b9a91448a
  target: /usr/sbin/k3s
  executable: true
  symlinks:
  - /usr/sbin/kubctl
  - /usr/sbin/ctr
  - /usr/sbin/crictl
- source: https://github.com/k3s-io/k3s/releases/download/v1.24.1+k3s1/k3s-airgap-images-amd64.tar.zst
  shasum: 6736bf9fa4d5754d60b0508bafb2f888a70cb99a203a3a1617a919ca4ee74034
  target: /var/lib/rancher/k3s/agent/images/k3s.tar.zst

*** REQUIRES ROOT *** Install K3s, certified Kubernetes distribution built for IoT & Edge computing
K3s provides the cluster need for Zarf running in Appliance Mode as well as can host a low-resource
Gitops Service if not using an existing Kubernetes platform.

? Deploy the k3s component? (y/N) Yes
───────────────────────────────────────────────────────────────────────────────────────