mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +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:
|
hostPath:
|
||||||
path: /home
|
path: /home
|
||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
- name: dockersock
|
- name: containerdsock
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/run/docker.sock
|
path: /run/containerd/containerd.sock
|
||||||
type: Socket
|
type: Socket
|
||||||
containers:
|
containers:
|
||||||
- name: sshct
|
- name: sshct
|
||||||
|
|
@ -43,5 +43,5 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /home
|
- mountPath: /home
|
||||||
name: home
|
name: home
|
||||||
- mountPath: /var/run/docker.sock
|
- mountPath: /run/containerd/containerd.sock
|
||||||
name: dockersock
|
name: containerdsock
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue