File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11# Package Structure
22```
33[package name]
4- |- skyhook_dir
5- | |- ...
6- |- root_dir
7- | |- ...
8- |- config.json
9- |- Dockerfile
4+ ├── Dockerfile
5+ ├── config.json
6+ ├── root_dir
7+ │ |- ...
8+ └── skyhook_dir
9+ |- ...
1010```
1111
1212## skyhook_dir
@@ -16,8 +16,8 @@ The `skyhook_dir` should contain any scripts you will use in your steps as well
1616The ` root_dir ` will be copied into the root filesystem directly. For example a root_dir structure of:
1717```
1818root_dir
19- |- etc
20- |- hosts
19+ └── etc
20+ └── hosts
2121```
2222Would overwrite the /etc/hosts file on the node it was run on.
2323
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Specify different interrupts for the configmap interrupts to apply a more limite
3939``` yaml
4040tuning :
4141 version : 1.0.0
42- image : ghcr.io/nvidia/skyhook-packages/tuning:1.0.0
42+ image : ghcr.io/nvidia/skyhook-packages/tuning
4343 interrupt :
4444 type : reboot
4545 configInterrupts :
@@ -68,7 +68,7 @@ Update just sysctl
6868` ` ` yaml
6969tuning :
7070 version : 1.0.0
71- image : nvcr.io/skyhook/tuning:1.0.0
71+ image : nvcr.io/skyhook/tuning
7272 interrupt :
7373 type : restart_all_services
7474 configMap :
@@ -84,7 +84,7 @@ Update containerd stack size
8484` ` ` yaml
8585tuning :
8686 version : 1.0.0
87- image : nvcr.io/skyhook/tuning:1.0.0
87+ image : nvcr.io/skyhook/tuning
8888 interrupt :
8989 type : service
9090 services :
You can’t perform that action at this time.
0 commit comments