Skip to content

Commit 4ce629e

Browse files
authored
Further changes to accommodate the linter
1 parent 7342244 commit 4ce629e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ROADMAP.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Roadmap
22

3-
**tl;dr**
3+
tl;dr
44

55
- Liqo **1.0.0-rc3**: December 20th, 2024
66
- Liqo **1.0.0-rc4**: March 2025
@@ -12,17 +12,17 @@ Therefore, the Liqo team has decided to publish incremental release candidates f
1212

1313
The most relevant features for this release are the following:
1414

15-
* [Feature] Liqo is now structured in three core modules (*network*, *authentication*, and *offloading*) that are totally independent and can be individually configured and used (e.g. you can enable offloading or resource reflection without necessarily setting up the network connectivity between the clusters, which can be provided by other third-party tools).
15+
- [Feature] Liqo is now structured in three core modules (*network*, *authentication*, and *offloading*) that are totally independent and can be individually configured and used (e.g. you can enable offloading or resource reflection without necessarily setting up the network connectivity between the clusters, which can be provided by other third-party tools).
1616

17-
* [Feature] Fully declarative APIs to configure and control Liqo.
17+
- [Feature] Fully declarative APIs to configure and control Liqo.
1818
This approach allows users to support gitops and automation use cases, as Liqo can be completely configured via *CRs*, without necessarily relying on *liqoctl* (e.g., perform peering declaratively).
1919

20-
* [Feature] Network module: complete re-design of the network fabric, involving a new communication model *inside* the cluster (i.e., intra-cluster traffic now flows inside the CNI thanks to *node-to-gateway* `geneve` tunnels instead of a *node-to-node* `vxlan` overlay) and a new, simplified model for the inter-cluster connectivity (still based on `wireguard`, but more robust and open to other technologies).
20+
- [Feature] Network module: complete re-design of the network fabric, involving a new communication model *inside* the cluster (i.e., intra-cluster traffic now flows inside the CNI thanks to *node-to-gateway* `geneve` tunnels instead of a *node-to-node* `vxlan` overlay) and a new, simplified model for the inter-cluster connectivity (still based on `wireguard`, but more robust and open to other technologies).
2121

22-
* [Feature] Authentication module: the peering authentication between clusters is now fully declarative, simpler (it does not require exposing a dedicated auth service anymore as well as no API server exposition is necessary from the consumer side), and more robust overall (e.g. fixing a broken peer is easier and fast).
22+
- [Feature] Authentication module: the peering authentication between clusters is now fully declarative, simpler (it does not require exposing a dedicated auth service anymore as well as no API server exposition is necessary from the consumer side), and more robust overall (e.g. fixing a broken peer is easier and fast).
2323
Moreover, the new `ResourceSlice` CR allows a more granular and flexible control of the resources requested to cluster providers.
2424

25-
* [Feature] Offloading module: it is now possible to have multiple *virtual nodes* targeting the same remote provider cluster.
25+
- [Feature] Offloading module: it is now possible to have multiple *virtual nodes* targeting the same remote provider cluster.
2626
This allows, for example, to split the resources of bigger clusters across multiple virtual nodes, or to have nodes with specific resources (e.g. GPUs) or characteristics (e.g. specific architectures).
2727
It can also be used to share huge resource pools with another cluster while keeping the virtual nodes size quite small, avoiding a "black hole" effect during scheduling.
2828

0 commit comments

Comments
 (0)