feat: Update to talos and kubernetes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/siderolabs/talos/refs/heads/release-1.12/website/content/v1.12/schemas/config.schema.json
|
||||
apiVersion: v1alpha1
|
||||
kind: LinkConfig
|
||||
name: "{{node.network.interface}}"
|
||||
up: true
|
||||
mtu: 9000
|
||||
addresses:
|
||||
- address: "{{node.network.ip}}/{{ node.network.netmask | to_prefix }}"
|
||||
routes:
|
||||
- gateway: "{{node.network.gateway}}"
|
||||
Reference in New Issue
Block a user