Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 37 additions & 20 deletions go/config/edge_node_cluster.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 32 additions & 32 deletions images/devconfig.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions proto/config/edge_node_cluster.proto
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,12 @@ message EdgeNodeCluster {

// Optional load balancer service configuration.
LoadBalancerService load_balancer_service = 12;

// UUIDs of all designated master/control-plane nodes in the cluster,
// as known to the controller. The elected kube-stats leader among
// surviving EVE nodes uses this list to prune k8s Node objects (and
// thereby k3s embedded etcd members) for masters the controller has
// removed (e.g. after a "replace node" operation in the UI).
// Workers are not listed here.
repeated string master_node_uuids = 13;
}
12 changes: 6 additions & 6 deletions python/config/edge_node_cluster_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading