From d3ac8ea5452d5419e94ab656c2ee23549e8ec94d Mon Sep 17 00:00:00 2001 From: lfbear Date: Mon, 16 Aug 2021 17:43:38 +0800 Subject: [PATCH] add usage 'CLUSTER_IP_ONLY=true' to readme Signed-off-by: lfbear --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c4d68f5..699b0f66f 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ There are two contexts you can switch after the script run are: The `karmada-apiserver` is the **main kubeconfig** to be used when interacting with karamda control plane, while `karmada-host` is only used for debugging karmada installation with host cluster, you can check all clusters at any time by run: `kubectl config view` and switch by `kubectl config use-context [CONTEXT_NAME]` ##### 3.2. I have present cluster for installing -Before running the following script, please make sure your cluster could provide `LoadBalancer` type service. +Before running the following script, please make sure your cluster could provide the `LoadBalancer` type service. Otherwise, type `export CLUSTER_IP_ONLY=true` with the `ClusterIP` type service before the following script. ``` # hack/remote-up-karmada.sh ```