Skip to content

Commit 4a5b10d

Browse files
committed
chore(mks/octavia): remove warning proxyprotocol version
1 parent 5205a4b commit 4a5b10d

File tree

1 file changed

+0
-5
lines changed
  • pages/public_cloud/containers_orchestration/managed_kubernetes/expose_your_applications_using_a_load_balancer

1 file changed

+0
-5
lines changed

pages/public_cloud/containers_orchestration/managed_kubernetes/expose_your_applications_using_a_load_balancer/guide.en-ie.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,11 +411,6 @@ test-lb-todel LoadBalancer 10.3.107.18 141.94.215.240 80:30172/TCP
411411

412412
When exposing services like nginx-ingress-controller, it's a common requirement that the client connection information could pass through proxy servers and load balancers, therefore visible to the backend services. Knowing the originating IP address of a client may be useful for setting a particular language for a website, keeping a denylist of IP addresses, or simply for logging and statistics purposes. You can follow the official Cloud Controller Manager documentation on how to [Use PROXY protocol to preserve client IP](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/openstack-cloud-controller-manager/expose-applications-using-loadbalancer-type-service.md#use-proxy-protocol-to-preserve-client-ip).
413413

414-
> [!warning]
415-
>
416-
> Only ProxyProtocol version 1 is supported at the moment by the MKS's integration.
417-
>
418-
419414
#### Migrate from Loadbalancer for Kubernetes to Public Cloud Load Balancer
420415

421416
In order to migrate from an existing [Loadbalancer for Kubernetes](/links/public-cloud/load-balancer-kubernetes) to a [Public Cloud Load Balancer](/links/public-cloud/load-balancer) you will have to modify an existing Service and change its LoadBalancer class.

0 commit comments

Comments
 (0)