beacon-biosignals / K8sClusterManagers.jl

A Julia cluster manager for Kubernetes
Other
31 stars 5 forks source link

Label workers with the Julia worker ID #48

Closed omus closed 3 years ago

omus commented 3 years ago

Adds the Julia worker ID (myid) as a label to the Kubernetes worker pod. Mainly this is just for convenience but it should make some debugging easier.

omus commented 3 years ago

Rebased to resolve conflicts

codecov[bot] commented 3 years ago

Codecov Report

Merging #48 (cc80592) into main (0cdcf2a) will increase coverage by 0.59%. The diff coverage is 70.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #48      +/-   ##
==========================================
+ Coverage   69.10%   69.69%   +0.59%     
==========================================
  Files           4        4              
  Lines         123      132       +9     
==========================================
+ Hits           85       92       +7     
- Misses         38       40       +2     
Impacted Files Coverage Δ
src/native_driver.jl 9.75% <0.00%> (-0.51%) :arrow_down:
src/pod.jl 95.77% <100.00%> (+0.46%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0cdcf2a...cc80592. Read the comment docs.