Closed omus closed 3 years ago
Merging #21 (398fa74) into main (f43f42a) will increase coverage by
12.32%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #21 +/- ##
===========================================
+ Coverage 23.25% 35.57% +12.32%
===========================================
Files 2 2
Lines 86 104 +18
===========================================
+ Hits 20 37 +17
- Misses 66 67 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/K8sClusterManagers.jl | 83.33% <ø> (ø) |
|
src/native_driver.jl | 29.34% <0.00%> (+15.83%) |
: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 f43f42a...398fa74. Read the comment docs.
As
kubectl
itself doesn't require this proxy to the Kubernetes API server I experimented with removing the proxy entirely and discovered:From looking at the stack trace you can see that Kuber.jl requires access. I'll document this requirement for now and hopefully we can either move away from Kuber.jl or separate this requirement from K8sClusterManagers.jl