From 92dfce3c090225efe04b2002079c91748d7da71c Mon Sep 17 00:00:00 2001 From: Lenny Chen Date: Mon, 4 Dec 2023 12:58:34 -0800 Subject: [PATCH] docs: refer to kubevip --- docs/docs-content/clusters/edge/networking/vxlan-overlay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs-content/clusters/edge/networking/vxlan-overlay.md b/docs/docs-content/clusters/edge/networking/vxlan-overlay.md index f0a0ae294f..6b0c6bd173 100644 --- a/docs/docs-content/clusters/edge/networking/vxlan-overlay.md +++ b/docs/docs-content/clusters/edge/networking/vxlan-overlay.md @@ -90,6 +90,6 @@ To view the external IP addresses of the edge hosts, from the **Main Menu**, go You can access a cluster with overlay network enabled in the following ways: - Access the cluster with kubectl CLI. For more information, refer to [Access Cluster with CLI](../../cluster-management/palette-webctl.md). -- Access LoadBalancer services. You can provision LoadBalancer services in your Kubernetes cluster and expose them to external traffic. +- Access LoadBalancer services. You can provision LoadBalancer services in your Kubernetes cluster and expose them to external traffic. For example, refer to [Publish Cluster Services with Kube-vip](kubevip.md). - Access a node by IP address. You can use the node's external IP address to access the node directly. The overlay IP addresses are internal to the cluster itself and cannot be accessed from outside the cluster.