Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ projects:
repos:
- name: kube-vip
versions:
- tag: v1.0.4
go_version: "1.25"
- tag: v1.1.2
go_version: "1.26"
- org: kubernetes
repos:
- name: autoscaler
Expand Down
2 changes: 1 addition & 1 deletion projects/kube-vip/kube-vip/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.4
v1.1.2
2 changes: 1 addition & 1 deletion projects/kube-vip/kube-vip/GOLANG_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25
1.26
2 changes: 1 addition & 1 deletion projects/kube-vip/kube-vip/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## **kube-vip**
![Version](https://img.shields.io/badge/version-v1.0.4-blue)
![Version](https://img.shields.io/badge/version-v1.1.2-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiZVJQQTc0Vk8rcHlMR0hOYnllRGNmV0NsQTNLNGFaS2hLME1MUmgwYkxpVUFoL0V0WHZzbXVCV1owQ0FUTlF6RHg1WXhWRXZLRzNwN2d2LzZGUVJvZ0pRPSIsIml2UGFyYW1ldGVyU3BlYyI6Im9jQmZMa216aHZpYmdrWDYiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

The [kube-vip project](https://github.com/kube-vip/kube-vip) provides High-Availability and load-balancing for both the controlplane and Kubernetes services. The idea behind kube-vip is a small self-contained Highly-Available option for all environments, especially Bare-Metal, Edge (ARM/Raspberry Pi), Virtualisation, etc. kube-vip provides both a floating or virtual IP address for Kubernetes clusters as well as load-balancing the incoming traffic to various controlplane replicas. It thus simplifies the building of HA Kubernetes clusters with minimal components and configurations.
Expand Down
Loading