cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 77fcc527449eebfbfb9ce07885febd860b2c5a27
parent ba7b3f34dae43fe199421bc9b2bc2d4e7a95cd0c
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat, 21 Mar 2026 16:24:11 +0100

try non hostnetwork v6

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/connectivity-tester/staging_deployment.yaml | 36++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/apps/talos_cluster/connectivity-tester/staging_deployment.yaml b/apps/talos_cluster/connectivity-tester/staging_deployment.yaml @@ -18,24 +18,24 @@ spec: app: connectivity-tester-stage spec: automountServiceAccountToken: false - affinity: - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: app - operator: In - values: - - connectivity-tester-stage - topologyKey: "kubernetes.io/hostname" - - labelSelector: - matchExpressions: - - key: app - operator: In - values: - - connectivity-tester-api - topologyKey: "kubernetes.io/hostname" - hostNetwork: true + # affinity: + # podAntiAffinity: + # requiredDuringSchedulingIgnoredDuringExecution: + # - labelSelector: + # matchExpressions: + # - key: app + # operator: In + # values: + # - connectivity-tester-stage + # topologyKey: "kubernetes.io/hostname" + # - labelSelector: + # matchExpressions: + # - key: app + # operator: In + # values: + # - connectivity-tester-api + # topologyKey: "kubernetes.io/hostname" + # hostNetwork: true dnsPolicy: ClusterFirstWithHostNet containers: - name: federation-tester-api