More cluster-home work.
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -47,6 +47,8 @@ spec: | ... | @@ -47,6 +47,8 @@ spec: |
47 | configMap: | 47 | configMap: |
48 | name: k8s-bootstrap-scripts | 48 | name: k8s-bootstrap-scripts |
49 | defaultMode: 0755 | 49 | defaultMode: 0755 |
50 | - name: cluster-home | ||
51 | emptyDir: {} | ||
50 | - name: git-storage | 52 | - name: git-storage |
51 | emptyDir: {} | 53 | emptyDir: {} |
52 | - name: cluster-ssh | 54 | - name: cluster-ssh |
... | @@ -63,6 +65,8 @@ spec: | ... | @@ -63,6 +65,8 @@ spec: |
63 | volumeMounts: | 65 | volumeMounts: |
64 | - name: k8s-bootstrap-scripts | 66 | - name: k8s-bootstrap-scripts |
65 | mountPath: /tmp/k8s-bootstrap-scripts | 67 | mountPath: /tmp/k8s-bootstrap-scripts |
68 | - name: cluster-home | ||
69 | mountPath: /tmp/cluster-home | ||
66 | - name: cluster-ssh | 70 | - name: cluster-ssh |
67 | mountPath: /tmp/cluster-home/.ssh/id | 71 | mountPath: /tmp/cluster-home/.ssh/id |
68 | subPath: ssh-private-key | 72 | subPath: ssh-private-key | ... | ... |
-
Please register or sign in to post a comment