From 2422c73a1b28f3d7fc8f86b1623ff20b3281673c Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sun, 27 Nov 2022 06:53:39 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20k8s:=20DNS=20server=20args=20are?= =?UTF-8?q?=20`args`,=20not=20`command`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes, when `kubectl describe pod sslip.io-xxx-yy`: > Warning Failed 72s (x4 over 113s) kubelet Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "-etcdHost": executable file not found in $PATH: unknown --- k8s/sslip.io.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/sslip.io.yml b/k8s/sslip.io.yml index 51dc122..5807c54 100644 --- a/k8s/sslip.io.yml +++ b/k8s/sslip.io.yml @@ -19,7 +19,7 @@ spec: - name: sslip-container image: cunnie/sslip.io-dns-server:latest imagePullPolicy: Always - command: + args: - -etcdHost - k-v-io-etcd-cluster.default.svc.cluster.local:2379 - quiet