leoluk

Results 121 issues of leoluk

Right now, we have no strong link between BMDB and Metropolis identities other than the node's IP address (which currently doesn't change, but could in the future). There's no obvious...

enhancement
c/ux

We have a number of possible ways for a machine to be deprovisioned: - Deprovision it normally through the provider. - In the case of reserved hardware, deprovisioning it and...

enhancement
c/cloud

When building a go_binary target with `pure = "on"`, it causes both target and exec configurations to switch to pure builds. This fails for targets that transitively depends on tools...

bug
c/build

git_repository cannot be cached, so each time the repository rule changes, it re-fetches the git repo, which is massive and takes a long time. Ref https://github.com/monogon-dev/monogon/issues/178

good first issue
c/build

(originally reported by @lorenz in T965) We currently store both "real" data (etcd data, PVs, ...) as well as ephemeral data (containerd overlay2 store, kubelet logs and state dirs, ...)...

c/node
refactor

See https://github.com/rmohr/bazeldnf/issues/33.

good first issue
c/build

We may be able to use a static toolchain like this one: https://github.com/grailbio/bazel-toolchain The Linux kernel is technically able to be built with LLVM, even with CFI (which is nice...

enhancement
c/build

In regular intervals, we should collect all of our external dependencies on the main branch and upload them to our own caching server. This is particularly necessary for RPM dependencies,...

c/build
c/infra