mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 01:19:44 +00:00
sshct: docker.sock -> containerd.sock
This commit is contained in:
parent
bf8d3e1c88
commit
7ba11fa84a
1 changed files with 4 additions and 4 deletions
|
|
@ -21,9 +21,9 @@ spec:
|
|||
hostPath:
|
||||
path: /home
|
||||
type: DirectoryOrCreate
|
||||
- name: dockersock
|
||||
- name: containerdsock
|
||||
hostPath:
|
||||
path: /var/run/docker.sock
|
||||
path: /run/containerd/containerd.sock
|
||||
type: Socket
|
||||
containers:
|
||||
- name: sshct
|
||||
|
|
@ -43,5 +43,5 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /home
|
||||
name: home
|
||||
- mountPath: /var/run/docker.sock
|
||||
name: dockersock
|
||||
- mountPath: /run/containerd/containerd.sock
|
||||
name: containerdsock
|
||||
|
|
|
|||
Loading…
Reference in a new issue