From ca0175a427991a7f546525dc62dfcd96eb342d89 Mon Sep 17 00:00:00 2001 From: Ray Zhou Date: Mon, 2 Nov 2020 11:24:32 +0800 Subject: [PATCH] install ks on existing K8s - remove unnecessary notice since the download path changed Signed-off-by: Ray Zhou --- content/en/docs/quick-start/minimal-kubesphere-on-k8s.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/content/en/docs/quick-start/minimal-kubesphere-on-k8s.md b/content/en/docs/quick-start/minimal-kubesphere-on-k8s.md index 9f93bf7f8..3d1483b5b 100644 --- a/content/en/docs/quick-start/minimal-kubesphere-on-k8s.md +++ b/content/en/docs/quick-start/minimal-kubesphere-on-k8s.md @@ -31,13 +31,7 @@ kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3 kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml ``` -{{< notice note >}} - -If your server has trouble accessing GitHub, you can copy the content in [kubesphere-installer.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml) and [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) respectively and past it to local files. You then can use `kubectl apply -f` for the local files to install KubeSphere. - -{{}} - -Inspect the logs of installation: +- Inspect the logs of installation: ```bash kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f