mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-07 00:23:44 +08:00
🐞 k8s: DNS server args are args
, not command
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
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
|||||||
- name: sslip-container
|
- name: sslip-container
|
||||||
image: cunnie/sslip.io-dns-server:latest
|
image: cunnie/sslip.io-dns-server:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command:
|
args:
|
||||||
- -etcdHost
|
- -etcdHost
|
||||||
- k-v-io-etcd-cluster.default.svc.cluster.local:2379
|
- k-v-io-etcd-cluster.default.svc.cluster.local:2379
|
||||||
- quiet
|
- quiet
|
||||||
|
Reference in New Issue
Block a user