- 3b5a917 treewide: initialize empty structs with var by Tim Windelschmidt · 1 year, 6 months ago
- 9884034 metroctl: add --columns options for `node describe` by Serge Bazanski · 1 year, 6 months ago
- 5878603 metropolis/cli/metroctl: fix %v in cases where we should use %w by Tim Windelschmidt · 1 year, 6 months ago
- 8814f52 metropolis/pkg/logtree: move logtree protobuf definition to logtree pkg by Tim Windelschmidt · 1 year, 6 months ago
- b765f24 metropolis/cli/pkg/context: replace with signal.NotifyContext by Tim Windelschmidt · 1 year, 6 months ago
- 2f84237 metropolis/cli/metroctl: register context flag to the correct command by Tim Windelschmidt · 1 year, 6 months ago
- cceb6a3 m/c/metroctl: add exclude flag to node update by Lorenz Brun · 1 year, 7 months ago
- b41b548 treewide: remove duplicate imports by Tim Windelschmidt · 1 year, 7 months ago
- 513df18 treewide: errors variables should be prefixed with Err by Tim Windelschmidt · 1 year, 7 months ago
- 73e9882 treewide: cleanup error string formatting by Tim Windelschmidt · 1 year, 7 months ago
- 2d5ae8f treewide: add nolint after t.Skip/log.Fatal to make staticcheck happy by Tim Windelschmidt · 1 year, 7 months ago
- a355821 metropolis/cli/dbg: replace deprecated grpc.WithInsecure by Tim Windelschmidt · 1 year, 7 months ago
- d5f851b treewide: replace error comparisons and assertions with errors.Is by Tim Windelschmidt · 1 year, 7 months ago
- 49c9ab0 treewide: dont seed random by Tim Windelschmidt · 1 year, 7 months ago
- 9ded994 metropolis/cli/metroctl: don't try to use the bundle as installer by Tim Windelschmidt · 1 year, 7 months ago
- ec2906a treewide: rename node.NodeManagement to node.NodeManagementPort by Tim Windelschmidt · 1 year, 8 months ago
- 240faa4 m/cli/metroctl: fix nil pointer for "node describe" by Tim Windelschmidt · 1 year, 8 months ago
- 7661202 m/c/metroctl: fix update logic when errors happen by Lorenz Brun · 1 year, 8 months ago
- 0a8797d m/cli/metroctl: add flag for k8s context name by Tim Windelschmidt · 1 year, 8 months ago
- 7006caf m/c/metroctl: split cmd_install for future changes by Tim Windelschmidt · 1 year, 9 months ago
- 9ce4071 mc/c/metroctl: implement simple update sequencing by Lorenz Brun · 1 year, 9 months ago
- c51d47d metroctl: use persisted CA certificate for node connections by Serge Bazanski · 1 year, 9 months ago
- 2a1d1b2 treewide: replace datafile pkg with rules_go/runfiles pkg by Tim Windelschmidt · 1 year, 9 months ago
- 568c38c m/c/metroctl: use TOFU CA for Kubernetes with node pinning hack by Serge Bazanski · 1 year, 9 months ago
- 7eeef0f m/c/metroctl: implement TOFU for CA certificates by Serge Bazanski · 1 year, 9 months ago
- 925ec3d m/cli/metroctl: clean up RPC API by Serge Bazanski · 1 year, 9 months ago
- 0c28015 m/n/core/rpc: limit API footgun availability by Serge Bazanski · 1 year, 9 months ago
- 7dbf18c metropolis/cli/metroctl: add `node delete` command by Tim Windelschmidt · 2 years ago
- 0ccc85b metropolis/node: add version to status by Serge Bazanski · 2 years ago
- e0c0617 go/clitable: factor out from metroctl by Serge Bazanski · 2 years, 2 months ago
- 3b25cf7 metropolis/cli/metroctl: add update command by Tim Windelschmidt · 2 years, 4 months ago
- ad13188 treewide: port everything to blockdev by Lorenz Brun · 2 years, 5 months ago
- 394b67e m/cli/metroctl: implement buildkind=lite by Serge Bazanski · 2 years, 4 months ago
- 46a45f9 m/c/metroctl: move installer dependency to runfiles by Serge Bazanski · 2 years, 4 months ago
- f0ec0f6 metropolis/cli/metroctl: add cert export command by Tim Windelschmidt · 2 years, 4 months ago
- 7d1a0de m/cli/metroctl: implement `k8s configure` command by Serge Bazanski · 2 years, 4 months ago
- 634a3cf metropolis/cli/metroctl: dont segfault on missing status by Tim Windelschmidt · 2 years, 5 months ago
- b37d7d8 metropolis/cli/metroctl: dont write hostPort and report correct context by Tim Windelschmidt · 2 years, 5 months ago
- c09327c metropolis/cli/metroctl: set storage security policy inside installer by Tim Windelschmidt · 2 years, 5 months ago
- 1600d9b m/c/metroctl: add newline between unapproved nodes by Lorenz Brun · 2 years, 5 months ago
- 3a3c517 m/c/metroctl/test: deflake test by Lorenz Brun · 2 years, 5 months ago
- bdc803b metroctl: allow picking cluster TPM mode on bootstrap by Serge Bazanski · 2 years, 8 months ago
- e4a4ce1 metropolis: finish implementing TPMMode by Serge Bazanski · 2 years, 8 months ago
- 2cfafc9 metropolis/node/kubernetes: move worker services to KubernetesWorker nodes by Serge Bazanski · 2 years, 8 months ago
- e012b72 metropolis: implement NodeManagement.Logs by Serge Bazanski · 2 years, 8 months ago
- da11486 metropolis/proto: move log-related types to common by Serge Bazanski · 2 years, 8 months ago
- b91938f metropolis: stub out log service by Serge Bazanski · 2 years, 8 months ago
- 8535cb5 m/n/core/rpc: implement node verification in authenticated connections by Serge Bazanski · 2 years, 8 months ago
- cfbbbdb m/cli/metroctl: refactor, use tabular layout by Serge Bazanski · 2 years, 8 months ago
- 504ea31 m/cli/metroctl: implement tabular print by Serge Bazanski · 2 years, 8 months ago
- 1f8cad7 m/{cli,test/launch}: integrate launch/cluster with metroctl by Serge Bazanski · 2 years, 8 months ago
- cf33f68 m/cli/metroctl: allow specifying --endpoints=multiple,values by Serge Bazanski · 2 years, 8 months ago
- cf23ebc m/cli/metroctl: factor out some helper functions by Serge Bazanski · 2 years, 8 months ago
- 15f7f63 metropolis: rename KubernetesWorker to KubernetesController, add no-op KubernetesWorker by Serge Bazanski · 2 years, 8 months ago
- 4c50f99 m/c/metroctl: reformat by Serge Bazanski · 3 years, 2 months ago
- 4c07878 m/c/metroctl: accept multiple node IDs in approve by Mateusz Zalega · 3 years, 3 months ago
- e15fee1 m/c/metroctl: implement add, remove role commands by Mateusz Zalega · 3 years, 3 months ago
- b838e05 m/c/metroctl: implement the "describe" command by Mateusz Zalega · 3 years, 3 months ago
- db75e21 m/c/metroctl: implement the "list" command by Mateusz Zalega · 3 years, 3 months ago
- 6cdc976 m/p/cmd: use predicates in RunCommand by Mateusz Zalega · 3 years, 3 months ago
- 18a67b0 m/c/metroctl: move common impl to m/c/m/core by Mateusz Zalega · 3 years, 3 months ago
- fed8fe5 m/c/metroctl: exercise the takeownership command by Mateusz Zalega · 3 years, 4 months ago
- 1846450 m/c/metroctl: takeownership: use cluster resolver by Mateusz Zalega · 3 years, 4 months ago
- b2cac08 m/c/metroctl: log resolver state by Mateusz Zalega · 3 years, 4 months ago
- 8234c16 m/c/metroctl: add configurable credentials path by Mateusz Zalega · 3 years, 4 months ago
- f777496 m/c/metroctl: introduce proxyAddr parameter by Mateusz Zalega · 3 years, 4 months ago
- b1e7ee4 m/c/metroctl: use the global endpoints parameter by Mateusz Zalega · 3 years, 4 months ago
- c437dc4 m/c/metroctl: implement the approve command by Mateusz Zalega · 3 years, 4 months ago
- d5f2f7a m/c/metroctl: implement multi-node installation by Mateusz Zalega · 3 years, 4 months ago
- 20d1dd1 m/c/metroctl: automatically set up kubeconfig by Lorenz Brun · 3 years, 4 months ago
- 7a51019 m/c/metroctl: embed installer and add argument for bundle by Lorenz Brun · 3 years, 4 months ago
- 45c196c m/cli/dbg: fix kubectl command by Leopold · 3 years, 5 months ago
- d13c1c6 treewide: switch to gomod and bump everything by Lorenz Brun · 3 years, 8 months ago
- 399ce55 m/n/core/rpc: provide lower-level gRPC dialing constructs by Serge Bazanski · 3 years, 8 months ago
- 49a1ea4 m/c/p/datafile: expose ResolveRunfile by Mateusz Zalega · 3 years, 8 months ago
- 705a402 m/c/metroctl: add k8s credentials plugin by Lorenz Brun · 3 years, 11 months ago
- edffbb5 m/{t,n}/installer: move to m/installer by Mateusz Zalega · 3 years, 10 months ago
- dc1bec4 m: *: reformat imports by Serge Bazanski · 4 years ago
- 9778322 m: {cli,installer}: runfiles through datafile.MustGet by Serge Bazanski · 4 years ago
- a9b455f m/c/metroctl: add takeownership command by Lorenz Brun · 4 years ago
- 78e5905 m/c/p/context: add CLI context package by Lorenz Brun · 4 years ago
- 6c35e97 metropolis: align EFI partition layout by Lorenz Brun · 4 years ago
- f8ede09 m/c/metroctl: use in-tree artifacts if called using bazel run by Lorenz Brun · 4 years ago
- 764a2de tree-wide: rewrite ioutil functions to their replacements by Lorenz Brun · 4 years ago
- e657310 m/c/metroctl: add MVP disk/image-only installer by Lorenz Brun · 4 years ago
- 44d2ad4 m/cli/metroctl: reformat by Serge Bazanski · 4 years ago
- 0b12170 m/c/m/core: adjust the minimum ESP size by Mateusz Zalega · 4 years ago
- 57479bb m/c/metroctl/core: add frontend-independent metroctl support pkg by Lorenz Brun · 4 years, 1 month ago
- 6adf884 m/c/metroctl: add skeleton and dependencies by Lorenz Brun · 4 years, 1 month ago
- 9d6c4c7 Support injecting container images for development by Lorenz Brun · 4 years, 4 months ago
- 216fe7b *: reflow comments to 80 characters by Serge Bazanski · 4 years, 6 months ago
- 09c275b Add ftrace support to DebugService by Lorenz Brun · 4 years, 8 months ago
- 0ed2f96 metropolis/proto: EnrolmentConfig -> NodeParameters by Serge Bazanski · 4 years, 8 months ago
- 31370b0 *: git.monogon.dev -> source.monogon.dev by Serge Bazanski · 4 years, 10 months ago
- 0be9be8 metropolis: Lock down visibility rules by Serge Bazanski · 4 years, 10 months ago
- 549b72b metropolis: unify utility packages by Serge Bazanski · 4 years, 10 months ago
- 77cb6c5 core -> metropolis by Serge Bazanski · 5 years ago