diff options
| author | [zqzzq] <a1047860593@gmail.com> | 2020-08-05 20:05:14 +0800 |
|---|---|---|
| committer | [zqzzq] <a1047860593@gmail.com> | 2020-08-05 20:05:14 +0800 |
| commit | e4ac491e24254fc27b959ea3196638226277eda5 (patch) | |
| tree | cc9ca50408430e59dbea312bb9e25e4b68fd112a /build | |
| parent | Merge pull request #2030 from zqzzq/config-ip (diff) | |
| download | kubeedge-e4ac491e24254fc27b959ea3196638226277eda5.tar.gz | |
Add hostPath volume for sock
Diffstat (limited to 'build')
| -rw-r--r-- | build/cloud/07-deployment.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/cloud/07-deployment.yaml b/build/cloud/07-deployment.yaml index 7f3655f4a..778297c8a 100644 --- a/build/cloud/07-deployment.yaml +++ b/build/cloud/07-deployment.yaml @@ -38,6 +38,8 @@ spec: mountPath: /etc/kubeedge/config - name: certs mountPath: /etc/kubeedge + - name: sock + mountPath: /var/lib/kubeedge restartPolicy: Always serviceAccount: cloudcore serviceAccountName: cloudcore @@ -49,3 +51,8 @@ spec: hostPath: path: /etc/kubeedge type: DirectoryOrCreate + - name: sock + hostPath: + path: /var/lib/kubeedge + type: DirectoryOrCreate + |
