yeahdongcn / topology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

topology

Usage

Host

make
./topology -p ./test/topology1.conf -a tux0 -a tux1 -a tux2 -c 3
./topology -p ./test/topology1.conf -a tux0 -a tux1 -a tux2 -a tux5 -a tux6 -r tux4 -c 3
./topology -p ./test/topology2.conf -a tux0 -a tux1 -a tux2 -c 3
./topology -p ./test/topology3.conf -a worker001 -a worker003 -a worker085 -a worker129 -a worker130 -a worker131 -c 3

Docker

docker run --pull=always -it --privileged --net=host r0ckstar/slurmibtopology:latest
docker run --pull=always -it --privileged --net=host --entrypoint /bin/bash r0ckstar/slurmibtopology:latest

Kubernetes

kubectl apply -f k8s/deployment.yaml

About

License:MIT License


Languages

Language:Go 85.0%Language:Shell 13.7%Language:Dockerfile 0.7%Language:Makefile 0.6%