mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
SSHct: mount containerd socket
This commit is contained in:
parent
f8f7bb59b7
commit
55e0c3eb9b
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,10 @@ spec:
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
type: Socket
|
type: Socket
|
||||||
|
- name: containerdsock
|
||||||
|
hostPath:
|
||||||
|
path: /run/containerd/containerd.sock
|
||||||
|
type: Socket
|
||||||
#- name: gorilychrume
|
#- name: gorilychrume
|
||||||
# hostPath:
|
# hostPath:
|
||||||
# path: /data/gorilych.ru/me
|
# path: /data/gorilych.ru/me
|
||||||
|
|
@ -47,6 +51,8 @@ spec:
|
||||||
name: home
|
name: home
|
||||||
- mountPath: /var/run/docker.sock
|
- mountPath: /var/run/docker.sock
|
||||||
name: dockersock
|
name: dockersock
|
||||||
|
- mountPath: /run/containerd/containerd.sock
|
||||||
|
name: containerdsock
|
||||||
#- mountPath: /home/www/me
|
#- mountPath: /home/www/me
|
||||||
# name: gorilychrume
|
# name: gorilychrume
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue