Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
nomad-lab
container-manager
Commits
5fd54b39
Commit
5fd54b39
authored
Oct 22, 2018
by
Adam Fekete
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update jupyter image version; makeing the shared folder avilable inside the image
parent
881123b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
config/default-jupyter.hjson
config/default-jupyter.hjson
+1
-1
templates/kube/jupyterTemplate.yaml
templates/kube/jupyterTemplate.yaml
+4
-4
No files found.
config/default-jupyter.hjson
View file @
5fd54b39
...
...
@@ -5,7 +5,7 @@ k8component: {
imageType: jupyter
imageSubtype: default1
subType: default1
image: "analytics-toolkit.nomad-coe.eu:5509/nomadlab/jupyter-image:
0.999
"
image: "analytics-toolkit.nomad-coe.eu:5509/nomadlab/jupyter-image:
a7c1fd2
"
port: 8888,
prefix: "/jupyter",
homePath: "/home/beaker"
...
...
templates/kube/jupyterTemplate.yaml
View file @
5fd54b39
...
...
@@ -15,7 +15,7 @@ spec:
-
image
:
"
{{image}}"
name
:
"
{{imageType}}"
command
:
[
"
start-notebook.sh"
]
args
:
[
"
--NotebookApp.token=
\"\"
"
,
"
--NotebookApp.base_url=/jupyter"
,
"
--NotebookApp.allow_origin=*"
,
"
--NotebookApp.notebook_dir=/
data/private
/"
]
args
:
[
"
--NotebookApp.token=
\"\"
"
,
"
--NotebookApp.base_url=/jupyter"
,
"
--NotebookApp.allow_origin=*"
,
"
--NotebookApp.notebook_dir=/
home/jovyan
/"
]
ports
:
-
containerPort
:
{{
port
}}
name
:
"
main-port"
...
...
@@ -31,12 +31,12 @@ spec:
-
mountPath
:
"
/normalized"
name
:
"
normalized-data-volume"
readOnly
:
true
-
mountPath
:
"
/
data/private
"
-
mountPath
:
"
/
home/jovyan
"
name
:
"
private-data-volume"
-
mountPath
:
"
/
data
/shared"
-
mountPath
:
"
/
home/jovyan
/shared"
name
:
"
shared-data-volume"
readOnly
:
true
-
mountPath
:
"
/
data
/shared/{{user}}"
-
mountPath
:
"
/
home/jovyan
/shared/{{user}}"
name
:
"
my-shared-data-volume"
readinessProbe
:
httpGet
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment