Skip to content

dimgatz98/labeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing

make all

Building docker image

docker build .

Running locally

./bin/main

Running on kubernetes

cd kubernetes && kubectl apply -f . && cd .. 

Using the client

Example for kubernetes:

# Node
./bin/client node -i 172.20.0.3 -p 30000 -l "test:123" -n k3d-gputest-server-0
# Pod
./bin/client pod -i 172.20.0.3 -p 30000 -l "test:123" -o dcgm-exporter-1667664784-95x75 

Example for local deployment:

# Node
./bin/client node -l "test:123" -n k3d-gputest-server-0 -c "/home/dimitris/.kube/config"
# Pod
./bin/client pod -l "test:123" -o dcgm-exporter-1667664784-95x75 -c "/home/dimitris/.kube/config"
# Note: Replace "/home/dimitris/.kube/config" with your own kube config path

Client Usage:

./bin/client --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published