Skip to content

A repo for storing useful clustertool scripts I've made for myself.

License

Notifications You must be signed in to change notification settings

nerddotdad/tchelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Clusterhelper

Clusterhelper is a small tool I've put together tapping the power of script-server to help me manage my truescale cluster.

I'm including scripts I'm using in my environment but will take feedback and work on requests to help make this useful for others if they're interested.

Installation

I'm still working on the docker image but will publish it for download as soon as it's ready.

Run the below command to run the docker container. Your personal truecharts repo should land in ~/clusterhelper/repo/ so you should be able to run all you standard clustertool commands from there.

-v ~/clusterhelper/keys/:/app/conf/keys/ \
-v /PATH/TO/YOUR/TRUECHARTS/REPO/:/app/conf/repo/ \
-v ~/clusterhelper/runners/:/app/conf/runners/user-custom/ \
-v ~/clusterhelper/scripts/:/app/conf/scripts/user-custom/ \
-v ~/clusterhelper/logs/:/app/logs \
clusterhelper:latest```

About

A repo for storing useful clustertool scripts I've made for myself.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published