We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93bc550 + f02be7c commit 93c0795Copy full SHA for 93c0795
Dockerfile
@@ -15,7 +15,7 @@ FROM quay.io/kairos/alpine:3.19-standard-arm64-rpi4-v3.2.4-k3sv1.31.3-k3s1
15
16
ARG IMAGE_VERSION=0.1.0
17
18
-COPY --from=tools /usr/local/bin/plural /usr/local/sbin/plural
+COPY --from=tools /usr/local/bin/plural /usr/sbin/plural
19
20
RUN export VERSION="${IMAGE_VERSION}"
21
RUN envsubst '${VERSION}' </etc/os-release
cloud-config.yaml
@@ -16,6 +16,6 @@ k3s:
boot:
- name: "Init"
commands:
- - sudo chmod 755 /etc/rancher/k3s/k3s.yaml
+ - chmod 755 /etc/rancher/k3s/k3s.yaml
- mkdir -p ~/.kube
- k3s kubectl config view --raw > $HOME/.kube/config
0 commit comments