From cf57610e20decde1aa8d3bcc5d751986e7737cb9 Mon Sep 17 00:00:00 2001 From: Jianbo Sun Date: Wed, 18 Nov 2020 16:17:24 +0800 Subject: [PATCH] Update install.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 天元 --- docs/en/install.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/en/install.md b/docs/en/install.md index c8a99ba62..067c8e0ae 100644 --- a/docs/en/install.md +++ b/docs/en/install.md @@ -6,7 +6,7 @@ Requirements: - Kubernetes cluster >= v1.15.0 - kubectl installed and configured -You may pick either Minikube or KinD as local cluster testing option. +If you don't have K8s cluster from Cloud Provider, you may pick either Minikube or KinD as local cluster testing option. > NOTE: If you are not using minikube or kind, please make sure to [install or enable ingress-nginx](https://kubernetes.github.io/ingress-nginx/deploy/) by yourself. @@ -74,6 +74,12 @@ $ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/ma $ sudo mv ./vela /usr/local/bin/vela ``` +> Known Issue(https://github.com/oam-dev/kubevela/issues/625): +> If you're using mac, it will report that “vela” cannot be opened because the developer cannot be verified. +> +> The new version of MacOS is stricter about running software you've downloaded that isn't signed with an Apple developer key. And we haven't supported that for KubeVela yet. +> You can open your 'System Preference' -> 'Security & Privacy' -> General, click the 'Allow Anyway' to temporarily fix it. + ## 3. Initialize KubeVela Run: @@ -189,4 +195,4 @@ $ kubectl delete crd \ traitdefinitions.core.oam.dev \ workloaddefinitions.core.oam.dev ``` - \ No newline at end of file +