Skip to content

Commit d500627

Browse files
author
maxime.hubert
committed
feat(mks): update default timeout values when migrating from iolb to octavia
1 parent e30fc2f commit d500627

File tree

15 files changed

+90
-45
lines changed

15 files changed

+90
-45
lines changed

pages/public_cloud/containers_orchestration/managed_kubernetes/migrate-loadbalancer-iolb-to-octavia/guide.de-de.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to migrate from Load Balancer for MKS (IOLB) to Public Cloud Load Balancer (Octavia)
33
excerpt: "The purpose of this guide is to help OVHcloud Managed Kubernetes Service (MKS) users to migrate from an existing Load Balancer for Managed Kubernetes to a Public Cloud Load Balancer"
4-
updated: 2025-02-14
4+
updated: 2025-05-14
55
---
66

77
<style>
@@ -121,8 +121,11 @@ spec:
121121

122122
```yaml
123123
annotations:
124-
loadbalancer.ovhcloud.com/class: "octavia" // if your cluster <1.31
125-
loadbalancer.ovhcloud.com/flavor: "small" // Available values: small (default) | medium | large | xl
124+
loadbalancer.ovhcloud.com/class: "octavia" # if your cluster <1.31
125+
loadbalancer.ovhcloud.com/flavor: "small" # Available values: small (default) | medium | large | xl
126+
loadbalancer.openstack.org/timeout-client-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
127+
loadbalancer.openstack.org/timeout-member-connect: 20000 # The default value (in milliseconds) on the iolb solution, can be customized
128+
loadbalancer.openstack.org/timeout-member-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
126129
```
127130

128131
Apply the new service with:

pages/public_cloud/containers_orchestration/managed_kubernetes/migrate-loadbalancer-iolb-to-octavia/guide.en-asia.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to migrate from Load Balancer for MKS (IOLB) to Public Cloud Load Balancer (Octavia)
33
excerpt: "The purpose of this guide is to help OVHcloud Managed Kubernetes Service (MKS) users to migrate from an existing Load Balancer for Managed Kubernetes to a Public Cloud Load Balancer"
4-
updated: 2025-02-14
4+
updated: 2025-05-14
55
---
66

77
<style>
@@ -121,8 +121,11 @@ spec:
121121

122122
```yaml
123123
annotations:
124-
loadbalancer.ovhcloud.com/class: "octavia" // if your cluster <1.31
125-
loadbalancer.ovhcloud.com/flavor: "small" // Available values: small (default) | medium | large | xl
124+
loadbalancer.ovhcloud.com/class: "octavia" # if your cluster <1.31
125+
loadbalancer.ovhcloud.com/flavor: "small" # Available values: small (default) | medium | large | xl
126+
loadbalancer.openstack.org/timeout-client-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
127+
loadbalancer.openstack.org/timeout-member-connect: 20000 # The default value (in milliseconds) on the iolb solution, can be customized
128+
loadbalancer.openstack.org/timeout-member-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
126129
```
127130

128131
Apply the new service with:

pages/public_cloud/containers_orchestration/managed_kubernetes/migrate-loadbalancer-iolb-to-octavia/guide.en-au.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to migrate from Load Balancer for MKS (IOLB) to Public Cloud Load Balancer (Octavia)
33
excerpt: "The purpose of this guide is to help OVHcloud Managed Kubernetes Service (MKS) users to migrate from an existing Load Balancer for Managed Kubernetes to a Public Cloud Load Balancer"
4-
updated: 2025-02-14
4+
updated: 2025-05-14
55
---
66

77
<style>
@@ -121,8 +121,11 @@ spec:
121121

122122
```yaml
123123
annotations:
124-
loadbalancer.ovhcloud.com/class: "octavia" // if your cluster <1.31
125-
loadbalancer.ovhcloud.com/flavor: "small" // Available values: small (default) | medium | large | xl
124+
loadbalancer.ovhcloud.com/class: "octavia" # if your cluster <1.31
125+
loadbalancer.ovhcloud.com/flavor: "small" # Available values: small (default) | medium | large | xl
126+
loadbalancer.openstack.org/timeout-client-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
127+
loadbalancer.openstack.org/timeout-member-connect: 20000 # The default value (in milliseconds) on the iolb solution, can be customized
128+
loadbalancer.openstack.org/timeout-member-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
126129
```
127130

128131
Apply the new service with:

pages/public_cloud/containers_orchestration/managed_kubernetes/migrate-loadbalancer-iolb-to-octavia/guide.en-ca.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to migrate from Load Balancer for MKS (IOLB) to Public Cloud Load Balancer (Octavia)
33
excerpt: "The purpose of this guide is to help OVHcloud Managed Kubernetes Service (MKS) users to migrate from an existing Load Balancer for Managed Kubernetes to a Public Cloud Load Balancer"
4-
updated: 2025-02-14
4+
updated: 2025-05-14
55
---
66

77
<style>
@@ -121,8 +121,11 @@ spec:
121121

122122
```yaml
123123
annotations:
124-
loadbalancer.ovhcloud.com/class: "octavia" // if your cluster <1.31
125-
loadbalancer.ovhcloud.com/flavor: "small" // Available values: small (default) | medium | large | xl
124+
loadbalancer.ovhcloud.com/class: "octavia" # if your cluster <1.31
125+
loadbalancer.ovhcloud.com/flavor: "small" # Available values: small (default) | medium | large | xl
126+
loadbalancer.openstack.org/timeout-client-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
127+
loadbalancer.openstack.org/timeout-member-connect: 20000 # The default value (in milliseconds) on the iolb solution, can be customized
128+
loadbalancer.openstack.org/timeout-member-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
126129
```
127130

128131
Apply the new service with:

pages/public_cloud/containers_orchestration/managed_kubernetes/migrate-loadbalancer-iolb-to-octavia/guide.en-gb.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to migrate from Load Balancer for MKS (IOLB) to Public Cloud Load Balancer (Octavia)
33
excerpt: "The purpose of this guide is to help OVHcloud Managed Kubernetes Service (MKS) users to migrate from an existing Load Balancer for Managed Kubernetes to a Public Cloud Load Balancer"
4-
updated: 2025-02-14
4+
updated: 2025-05-14
55
---
66

77
<style>
@@ -121,8 +121,11 @@ spec:
121121

122122
```yaml
123123
annotations:
124-
loadbalancer.ovhcloud.com/class: "octavia" // if your cluster <1.31
125-
loadbalancer.ovhcloud.com/flavor: "small" // Available values: small (default) | medium | large | xl
124+
loadbalancer.ovhcloud.com/class: "octavia" # if your cluster <1.31
125+
loadbalancer.ovhcloud.com/flavor: "small" # Available values: small (default) | medium | large | xl
126+
loadbalancer.openstack.org/timeout-client-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
127+
loadbalancer.openstack.org/timeout-member-connect: 20000 # The default value (in milliseconds) on the iolb solution, can be customized
128+
loadbalancer.openstack.org/timeout-member-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
126129
```
127130

128131
Apply the new service with:

pages/public_cloud/containers_orchestration/managed_kubernetes/migrate-loadbalancer-iolb-to-octavia/guide.en-ie.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to migrate from Load Balancer for MKS (IOLB) to Public Cloud Load Balancer (Octavia)
33
excerpt: "The purpose of this guide is to help OVHcloud Managed Kubernetes Service (MKS) users to migrate from an existing Load Balancer for Managed Kubernetes to a Public Cloud Load Balancer"
4-
updated: 2025-02-14
4+
updated: 2025-05-14
55
---
66

77
<style>
@@ -121,8 +121,11 @@ spec:
121121

122122
```yaml
123123
annotations:
124-
loadbalancer.ovhcloud.com/class: "octavia" // if your cluster <1.31
125-
loadbalancer.ovhcloud.com/flavor: "small" // Available values: small (default) | medium | large | xl
124+
loadbalancer.ovhcloud.com/class: "octavia" # if your cluster <1.31
125+
loadbalancer.ovhcloud.com/flavor: "small" # Available values: small (default) | medium | large | xl
126+
loadbalancer.openstack.org/timeout-client-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
127+
loadbalancer.openstack.org/timeout-member-connect: 20000 # The default value (in milliseconds) on the iolb solution, can be customized
128+
loadbalancer.openstack.org/timeout-member-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
126129
```
127130

128131
Apply the new service with:

pages/public_cloud/containers_orchestration/managed_kubernetes/migrate-loadbalancer-iolb-to-octavia/guide.en-sg.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to migrate from Load Balancer for MKS (IOLB) to Public Cloud Load Balancer (Octavia)
33
excerpt: "The purpose of this guide is to help OVHcloud Managed Kubernetes Service (MKS) users to migrate from an existing Load Balancer for Managed Kubernetes to a Public Cloud Load Balancer"
4-
updated: 2025-02-14
4+
updated: 2025-05-14
55
---
66

77
<style>
@@ -121,8 +121,11 @@ spec:
121121

122122
```yaml
123123
annotations:
124-
loadbalancer.ovhcloud.com/class: "octavia" // if your cluster <1.31
125-
loadbalancer.ovhcloud.com/flavor: "small" // Available values: small (default) | medium | large | xl
124+
loadbalancer.ovhcloud.com/class: "octavia" # if your cluster <1.31
125+
loadbalancer.ovhcloud.com/flavor: "small" # Available values: small (default) | medium | large | xl
126+
loadbalancer.openstack.org/timeout-client-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
127+
loadbalancer.openstack.org/timeout-member-connect: 20000 # The default value (in milliseconds) on the iolb solution, can be customized
128+
loadbalancer.openstack.org/timeout-member-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
126129
```
127130

128131
Apply the new service with:

pages/public_cloud/containers_orchestration/managed_kubernetes/migrate-loadbalancer-iolb-to-octavia/guide.en-us.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to migrate from Load Balancer for MKS (IOLB) to Public Cloud Load Balancer (Octavia)
33
excerpt: "The purpose of this guide is to help OVHcloud Managed Kubernetes Service (MKS) users to migrate from an existing Load Balancer for Managed Kubernetes to a Public Cloud Load Balancer"
4-
updated: 2025-02-14
4+
updated: 2025-05-14
55
---
66

77
<style>
@@ -121,8 +121,11 @@ spec:
121121

122122
```yaml
123123
annotations:
124-
loadbalancer.ovhcloud.com/class: "octavia" // if your cluster <1.31
125-
loadbalancer.ovhcloud.com/flavor: "small" // Available values: small (default) | medium | large | xl
124+
loadbalancer.ovhcloud.com/class: "octavia" # if your cluster <1.31
125+
loadbalancer.ovhcloud.com/flavor: "small" # Available values: small (default) | medium | large | xl
126+
loadbalancer.openstack.org/timeout-client-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
127+
loadbalancer.openstack.org/timeout-member-connect: 20000 # The default value (in milliseconds) on the iolb solution, can be customized
128+
loadbalancer.openstack.org/timeout-member-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
126129
```
127130

128131
Apply the new service with:

pages/public_cloud/containers_orchestration/managed_kubernetes/migrate-loadbalancer-iolb-to-octavia/guide.es-es.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to migrate from Load Balancer for MKS (IOLB) to Public Cloud Load Balancer (Octavia)
33
excerpt: "The purpose of this guide is to help OVHcloud Managed Kubernetes Service (MKS) users to migrate from an existing Load Balancer for Managed Kubernetes to a Public Cloud Load Balancer"
4-
updated: 2025-02-14
4+
updated: 2025-05-14
55
---
66

77
<style>
@@ -121,8 +121,11 @@ spec:
121121

122122
```yaml
123123
annotations:
124-
loadbalancer.ovhcloud.com/class: "octavia" // if your cluster <1.31
125-
loadbalancer.ovhcloud.com/flavor: "small" // Available values: small (default) | medium | large | xl
124+
loadbalancer.ovhcloud.com/class: "octavia" # if your cluster <1.31
125+
loadbalancer.ovhcloud.com/flavor: "small" # Available values: small (default) | medium | large | xl
126+
loadbalancer.openstack.org/timeout-client-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
127+
loadbalancer.openstack.org/timeout-member-connect: 20000 # The default value (in milliseconds) on the iolb solution, can be customized
128+
loadbalancer.openstack.org/timeout-member-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
126129
```
127130

128131
Apply the new service with:

pages/public_cloud/containers_orchestration/managed_kubernetes/migrate-loadbalancer-iolb-to-octavia/guide.es-us.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to migrate from Load Balancer for MKS (IOLB) to Public Cloud Load Balancer (Octavia)
33
excerpt: "The purpose of this guide is to help OVHcloud Managed Kubernetes Service (MKS) users to migrate from an existing Load Balancer for Managed Kubernetes to a Public Cloud Load Balancer"
4-
updated: 2025-02-14
4+
updated: 2025-05-14
55
---
66

77
<style>
@@ -121,8 +121,11 @@ spec:
121121

122122
```yaml
123123
annotations:
124-
loadbalancer.ovhcloud.com/class: "octavia" // if your cluster <1.31
125-
loadbalancer.ovhcloud.com/flavor: "small" // Available values: small (default) | medium | large | xl
124+
loadbalancer.ovhcloud.com/class: "octavia" # if your cluster <1.31
125+
loadbalancer.ovhcloud.com/flavor: "small" # Available values: small (default) | medium | large | xl
126+
loadbalancer.openstack.org/timeout-client-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
127+
loadbalancer.openstack.org/timeout-member-connect: 20000 # The default value (in milliseconds) on the iolb solution, can be customized
128+
loadbalancer.openstack.org/timeout-member-data: 180000 # The default value (in milliseconds) on the iolb solution, can be customized
126129
```
127130

128131
Apply the new service with:

0 commit comments

Comments
 (0)