Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-bootstrap
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bfcf80f6
authored
2022-03-29 14:17:44 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add LogLevel verbose to ssh, add cluster-ssh volume.
1 parent
75768234
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
k8s-bootstrap.yaml
k8s-bootstrap.yaml
View file @
bfcf80f
...
...
@@ -8,6 +8,7 @@ data:
HOME
:
/tmp/cluster-home
SSH_CONFIG
:
|
StrictHostKeyChecking no
LogLevel VERBOSE
#-i /tmp/cluster-ssh/ssh-private-key
---
...
...
@@ -65,6 +66,8 @@ spec:
defaultMode
:
0755
-
name
:
cluster-home
emptyDir
:
{}
-
name
:
cluster-ssh
emptyDir
:
{}
-
name
:
git-storage
emptyDir
:
{}
...
...
@@ -79,6 +82,8 @@ spec:
mountPath
:
/tmp/k8s-bootstrap-scripts
-
name
:
cluster-home
mountPath
:
/tmp/cluster-home
-
name
:
cluster-ssh
mountPath
:
/tmp/cluster-home/.ssh
-
name
:
k8s-bootstrap-ssh-auth
mountPath
:
/tmp/cluster-home/.ssh/id
subPath
:
id
...
...
Please
register
or
sign in
to post a comment