Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: overlay talos vip with cilium #8743

Merged
merged 4 commits into from
Jan 29, 2025
Merged

feat: overlay talos vip with cilium #8743

merged 4 commits into from
Jan 29, 2025

Conversation

onedr0p
Copy link
Owner

@onedr0p onedr0p commented Jan 29, 2025

No description provided.

@bot-ross bot-ross bot added the area/kubernetes Changes made in the kubernetes directory label Jan 29, 2025
@bot-ross
Copy link
Contributor

bot-ross bot commented Jan 29, 2025

--- kubernetes/apps/kube-system/cilium/config Kustomization: kube-system/cilium-config Service: kube-system/kube-vip

+++ kubernetes/apps/kube-system/cilium/config Kustomization: kube-system/cilium-config Service: kube-system/kube-vip

@@ -0,0 +1,23 @@

+---
+apiVersion: v1
+kind: Service
+metadata:
+  annotations:
+    io.cilium/lb-ipam-ips: 192.168.42.120
+  labels:
+    app.kubernetes.io/name: cilium-config
+    kustomize.toolkit.fluxcd.io/name: cilium-config
+    kustomize.toolkit.fluxcd.io/namespace: kube-system
+  name: kube-vip
+  namespace: kube-system
+spec:
+  ports:
+  - name: https
+    port: 6443
+    protocol: TCP
+    targetPort: 6443
+  selector:
+    k8s-app: kube-apiserver
+    tier: control-plane
+  type: LoadBalancer
+

@onedr0p onedr0p merged commit 068a124 into main Jan 29, 2025
10 checks passed
@onedr0p onedr0p deleted the onedr0p-patch-1 branch January 29, 2025 19:16
onedr0p added a commit that referenced this pull request Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant