The mount path for the id needs to be correct.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -86,8 +86,8 @@ spec: | ... | @@ -86,8 +86,8 @@ spec: |
86 | - name: cluster-ssh | 86 | - name: cluster-ssh |
87 | mountPath: /tmp/cluster-home/.ssh | 87 | mountPath: /tmp/cluster-home/.ssh |
88 | - name: k8s-bootstrap-ssh-auth | 88 | - name: k8s-bootstrap-ssh-auth |
89 | mountPath: /tmp/cluster-home/.ssh/id | 89 | mountPath: /tmp/cluster-home/.ssh/id_rsa |
90 | subPath: id | 90 | subPath: id_rsa |
91 | - name: k8s-bootstrap-ssh-config | 91 | - name: k8s-bootstrap-ssh-config |
92 | mountPath: /tmp/cluster-home/.ssh/config | 92 | mountPath: /tmp/cluster-home/.ssh/config |
93 | subPath: config | 93 | subPath: config | ... | ... |
-
Please register or sign in to post a comment