Skip to content

Commit

Permalink
fix: add MTU explicitly to 1450
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fornaro <20387402+xUnholy@users.noreply.github.com>
  • Loading branch information
xunholy committed Feb 27, 2025
1 parent 5bb10d8 commit 3c35b2e
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 17 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
":timezone(Australia/Melbourne)",
"github>xUnholy/k8s-gitops//.github/renovate/autoMerge.json5",
"github>xUnholy/k8s-gitops//.github/renovate/commitMessage.json5",
"github>xUnholy/k8s-gitops//.github/renovate/customManagers.json5",
"github>xUnholy/k8s-gitops//.github/renovate/groups.json5",
"github>xUnholy/k8s-gitops//.github/renovate/labels.json5",
"github>xUnholy/k8s-gitops//.github/renovate/semanticCommits.json5",
Expand Down
26 changes: 26 additions & 0 deletions .github/renovate/customManagers.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"description": ["Process annotated dependencies"],
"fileMatch": [
"(^|/).+\\.env$",
"(^|/).+\\.ya?ml(?:\\.j2)?$"
],
"matchStrings": [
// # renovate: datasource=github-releases depName=k3s-io/k3s
// k3s_release_version: &version v1.29.0+k3s1
// # renovate: datasource=helm depName=cilium repository=https://helm.cilium.io
// version: 1.15.1
// # renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
// KUBERNETES_VERSION=v1.31.1
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( repository=(?<registryUrl>\\S+))?\\n.+(:\\s|=)(&\\S+\\s)?(?<currentValue>\\S+)",
// # renovate: datasource=docker depName=ghcr.io/prometheus-operator/prometheus-operator
// https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.80.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\\n.+/(?<currentValue>(v|\\d)[^/]+)"
],
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}github-releases{{/if}}"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
---
instance:
distribution:
# renovate: datasource=github-releases depName=controlplaneio-fluxcd/distribution
version: "2.5.1"
components:
- source-controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ resources:
- sealed-secrets-charts.yaml
- secrets-store-csi-driver-chart.yaml
- stakater-charts.yaml
- tf-controller-chart.yaml
- traefik-charts.yaml
- vernemq-charts.yaml
- vmware-charts.yaml
Expand Down

This file was deleted.

6 changes: 3 additions & 3 deletions talos/generated/controlplane.enc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ machine:
# - network: 0.0.0.0/0 # The route's network (destination).
# gateway: 192.168.2.1 # The route's gateway (if empty, creates link scope route).
# metric: 1024 # The optional metric for the route.
# mtu: 1500 # The interface's MTU.
#
# # # Picks a network device using the selector.
# # # select a device with bus prefix 00:*.
Expand Down Expand Up @@ -122,6 +121,7 @@ machine:
# # enabled: true # Whether Spanning Tree Protocol (STP) is enabled.
# Indicates if DHCP should be used to configure the interface.
dhcp: true
mtu: 1450
# # # DHCP specific options.
# # dhcpOptions:
# # routeMetric: 1024 # The priority of all routes received via DHCP.
Expand Down Expand Up @@ -547,8 +547,8 @@ sops:
azure_kv: []
hc_vault: []
age: []
lastmodified: "2025-02-27T00:11:48Z"
mac: ENC[AES256_GCM,data:8mzuOBSL5BNd7dI7XgJP713+TkSOp716sZgT00h1YUk8jwi+Cuxd959AjClVG+qaVs6rZxmItPcXsSfJGnr+8z6FwxBtdct1roU/1o9rwRQwzDCpIKNsIOpxyTP2nqkyad7xwQqKnYdVpmgxWypCG8a/ylCKJr0r8D2cn43pd74=,iv:+dunQmrLCEw4WK9pc3Aeyk8euOEcqNtJ3y0NkeBy9iQ=,tag:FM7O53+CoroLVoFlq/aTAg==,type:str]
lastmodified: "2025-02-27T03:20:52Z"
mac: ENC[AES256_GCM,data:U8pYl48tqoJ0uzRgjuU+/SauDyx3sJMspd/tov8zhaRXS8tT4kBaZCJqjiWDw8pFMsMnpoHcDnNlsagnfHgPuCYvKwmWBGGraXv5vYjAHllVDkJOOwIJ1WOzxvGLptfQy/rdQHsfPRbinbDfXd5Zsr3jnbe/hUx2MeGwPML9PUY=,iv:fX9mzLvxXLyUus1fa+t3/7Ckc1mBR8b36o/UxhqkdN0=,tag:ZLWNPD8ieOXC+YUAK6+yYw==,type:str]
pgp:
- created_at: "2023-03-01T22:28:05Z"
enc: |
Expand Down
11 changes: 8 additions & 3 deletions talos/generated/node.enc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ machine:
# - '!10.0.0.3/32'
# - fdc7::/16
# Provides machine specific network configuration options.
network: {}
network:
interfaces:
- deviceSelector:
physical: ENC[AES256_GCM,data:SBmp3Q==,iv:sDybaJfztuOSVz7tAXje/UwkYPGhcjwP6zXSHKPF7Wc=,tag:YAUkZtTVmYMEjiL2Bo2gVA==,type:bool]
dhcp: true
mtu: 1450
# # `interfaces` is used to define the network interface configuration.
# interfaces:
# - interface: enp0s1 # The interface name.
Expand Down Expand Up @@ -529,8 +534,8 @@ sops:
azure_kv: []
hc_vault: []
age: []
lastmodified: "2025-01-16T08:17:22Z"
mac: ENC[AES256_GCM,data:WedifrlRWUniVt9JQQYAj/5WMfHtwkD8Lca7ws83t6uy4GnKcin677fIDbRhB6kvm10Po2nxAYOD5sUyvBX9dOFIJqfaq5eAtWjQJqI4gqR/OnIK8VhuKisz+InNuXvzB2v/CEhC1WH0mg2ltUmW5V2YDMTB4EMkak2I4HP0HLg=,iv:tcGJsi+hOpZIjNgPOOAH3Vex9E+sn8hK92hZLm+VHBA=,tag:o2NPnfizQGp49CS7+zahhg==,type:str]
lastmodified: "2025-02-27T03:15:04Z"
mac: ENC[AES256_GCM,data:0JQPOq3a/ENR6Po0nIkvl7KjUaJ1duoBzf6IhZqqXwtzsRvXJkcC5lDx/MNvWsJJWERung/j4SMQ6ckjUqlh9AsSX0b5+01y0yBGxx+WDBLm1k0PKRbUCA41nqvm41+kYpN6f0JpTE6Ukaad65rVulY3PCz6Ldhc53XTf/7hbOo=,iv:SUhs9X/pwy4xJrO20mWPumcHNs/vEu/s95d1jsvFb3E=,tag:gLMSWtFM6LTJsnHTibxQ+g==,type:str]
pgp:
- created_at: "2023-03-02T05:48:23Z"
enc: |
Expand Down

0 comments on commit 3c35b2e

Please sign in to comment.