Serge Logvinov
e1a0e0e5a4
feat: node ipam controller
...
Add node IPAM controller.
It supports two modes:
* RangeAllocator - classic mode (kubernetes does the same)
* CloudAllocator - Talos is responsible for setting PodCIDRs
Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev >
2024-07-05 11:27:03 +03:00
Serge Logvinov
b4e136b781
feat: support CloudDualStackNodeIPs
...
Talos CCM now supports the `CloudDualStackNodeIPs` feature gate. This feature
allows the user(cloud) to specify a list of IPv4 and IPv6 addresses for each node in
the cluster. https://github.com/kubernetes/kubernetes/pull/120275
Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev >
2024-02-05 16:53:02 +02:00
Serge Logvinov
5d41626e75
fix: azure providerID
...
Set resourceGroup name to low case.
It helps azure-node-autoscaller to find the node.
Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev >
2023-11-16 09:54:11 +02:00
Serge Logvinov
345c59f4e9
feat: init ccm
...
* Add base function of CCM
* Helm-chart deployment
Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev >
2022-11-18 07:49:54 +02:00