Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
resinfo-cargo
CargoDay
cargoday-12
Commits
5a726dd4
Commit
5a726dd4
authored
Oct 20, 2021
by
RANDRIATOAMANANA Richard
Browse files
Update demo-deploy-on-g5k.md
parent
73d57e2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
demo-deploy-on-g5k.md
demo-deploy-on-g5k.md
+11
-5
No files found.
demo-deploy-on-g5k.md
View file @
5a726dd4
...
...
@@ -16,19 +16,24 @@ ssh nantes
## Prepare the node to be deployed
-
submitted this reservation @
`2021-10-20 20:28:45`
until
`2021-10-21 18:00`
```
bash
oarsub
-t
deploy
-l
host
=
1
-r
"now, 2021-10-21 18:00"
```
## On which node ?
-
[
Platform Status
](
https://intranet.grid5000.fr/oar/Nantes/drawgantt-svg/
)
<!-- do not forget the / at the end !! -->
-
Check-out the running node
```
bash
JOBID
=
$(
oarstat
-u
`
whoami
`
|
tail
-1
|
awk
'{print $1}'
)
&&
oarstat
-J
-j
$JOBID
| jq
```
## What flavor is available ?
```
bash
kaenv3
-l
```
## On which node ?
-
[
Platform Status
](
https://intranet.grid5000.fr/oar/Nantes/drawgantt-svg/
)
<!-- do not forget the / at the end !! -->
-
Check-out the running node
```
bash
kadeploy3
-e
ubuntu1804-x64-min
-m
econome-9.nantes.grid5000.fr
-k
...
...
@@ -37,6 +42,7 @@ kadeploy3 -e ubuntu1804-x64-min -m econome-9.nantes.grid5000.fr -k
-
the configuration env file for this deployment
```
bash
# kaenv3 -p ubuntu1804-x64-min -u deploy
---
name: ubuntu1804-x64-min
version: 2021101312
...
...
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