Y
Hacker News
new
|
ask
|
show
|
jobs
by
dharmab
1006 days ago
here, take my code:
https://github.com/dharmab/homelab-k3s/blob/2f46393aeeb73673...
1 comments
jacobtomlinson
1006 days ago
Heh thanks. We are trying to avoid binary dependencies like kubectl because you can’t install the with pip.
link
dharmab
1005 days ago
that exec function is pure python, and the order of operations in that deploy function is important (initial deployment of resource out of order will likely either fail outright or cause certain Pods to fail to become read)
link