Skip to content

Commit

Permalink
docs(kube-vip): fix broken links (kubernetes-sigs#9165)
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>

Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
  • Loading branch information
maxgio92 authored and LuckySB committed Jul 7, 2023
1 parent 4e78d9a commit 6134f59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/kube-vip.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kube_vip_enabled: true
```
You also need to enable
[kube-vip as HA, Load Balancer, or both](https://kube-vip.chipzoller.dev/docs/installation/static/#kube-vip-as-ha-load-balancer-or-both):
[kube-vip as HA, Load Balancer, or both](https://kube-vip.io/docs/installation/static/#kube-vip-as-ha-load-balancer-or-both):
```yaml
# HA for control-plane, requires a VIP
Expand All @@ -28,16 +28,16 @@ kube_vip_services_enabled: false
```

> Note: When using `kube-vip` as LoadBalancer for services,
[additionnal manual steps](https://kube-vip.chipzoller.dev/docs/usage/cloud-provider/)
[additional manual steps](https://kube-vip.io/docs/usage/cloud-provider/)
are needed.

If using [ARP mode](https://kube-vip.chipzoller.dev/docs/installation/static/#arp) :
If using [ARP mode](https://kube-vip.io/docs/installation/static/#arp) :

```yaml
kube_vip_arp_enabled: true
```
If using [BGP mode](https://kube-vip.chipzoller.dev/docs/installation/static/#bgp) :
If using [BGP mode](https://kube-vip.io/docs/installation/static/#bgp) :
```yaml
kube_vip_bgp_enabled: true
Expand Down

0 comments on commit 6134f59

Please sign in to comment.