mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-19 15:58:25 +00:00
Merge pull request #10960 from fidencio/topic/kata-deploy-fix-k0s-deployment
kata-deploy: k0s: Fix drop-in path
This commit is contained in:
@@ -12,7 +12,7 @@ Set the correct containerd conf path depending on the k8s distribution
|
|||||||
{{- else if eq .k8sDistribution "k3s" -}}
|
{{- else if eq .k8sDistribution "k3s" -}}
|
||||||
/var/lib/rancher/k3s/agent/etc/containerd/
|
/var/lib/rancher/k3s/agent/etc/containerd/
|
||||||
{{- else if eq .k8sDistribution "k0s" -}}
|
{{- else if eq .k8sDistribution "k0s" -}}
|
||||||
/etc/k0s/containerd.d/
|
/etc/k0s/
|
||||||
{{- else if eq .k8sDistribution "microk8s" -}}
|
{{- else if eq .k8sDistribution "microk8s" -}}
|
||||||
/var/snap/microk8s/current/args/
|
/var/snap/microk8s/current/args/
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
|
@@ -14,4 +14,4 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: containerd-conf
|
- name: containerd-conf
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/k0s/containerd.d/
|
path: /etc/k0s/
|
||||||
|
Reference in New Issue
Block a user