commit 7f38d89f2df0abd53bf51819a19e0081fa2cf695
parent 6dfc9759e174d2e55e4929485760243da3813749
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Thu, 9 Apr 2026 12:22:06 +0200
try to fix buildkit
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/apps/talos_cluster/image-builder/buildkitd-statefulset.yaml b/apps/talos_cluster/image-builder/buildkitd-statefulset.yaml
@@ -25,6 +25,8 @@ spec:
- unix:///run/buildkit/buildkitd.sock
- --addr
- tcp://0.0.0.0:1234
+ - --allow-insecure-entitlement
+ - security.insecure
ports:
- containerPort: 1234
protocol: TCP
@@ -52,8 +54,6 @@ spec:
readOnly: true
- name: containerd-sock
mountPath: /run/containerd
- - name: binfmt-misc
- mountPath: /proc/sys/fs/binfmt_misc
volumes:
- name: docker-config
secret:
@@ -65,7 +65,3 @@ spec:
hostPath:
path: /run/containerd
type: Directory
- - name: binfmt-misc
- hostPath:
- path: /proc/sys/fs/binfmt_misc
- type: Directory