Browse Source
docs(kube-vip): fix broken links (#9165)
Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
pull/9191/head
maxgio92
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
docs/kube-vip.md
|
@ -11,7 +11,7 @@ kube_vip_enabled: true |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
You also need to enable |
|
|
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 |
|
|
```yaml |
|
|
# HA for control-plane, requires a VIP |
|
|
# HA for control-plane, requires a VIP |
|
@ -28,16 +28,16 @@ kube_vip_services_enabled: false |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
> Note: When using `kube-vip` as LoadBalancer for services, |
|
|
> 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. |
|
|
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 |
|
|
```yaml |
|
|
kube_vip_arp_enabled: true |
|
|
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 |
|
|
```yaml |
|
|
kube_vip_bgp_enabled: true |
|
|
kube_vip_bgp_enabled: true |
|
|