From 40d7b388c6bbc75388be422d2dd4a68cb0f53be3 Mon Sep 17 00:00:00 2001 From: Zheng Xi Zhou Date: Fri, 15 Apr 2022 10:54:04 +0800 Subject: [PATCH] Add more items in FAQ Added more questions and operation guides in FAQ Signed-off-by: Zheng Xi Zhou --- ... copy.md => 2022-04-01-offline-deployment-practice.md} | 0 docs/developers/references/devex/faq.md | 8 ++++++++ .../current/developers/references/devex/faq.md | 6 ++++++ .../version-v1.3/developers/references/devex/faq.md | 6 ++++++ .../version-v1.3/developers/references/devex/faq.md | 8 ++++++++ 5 files changed, 28 insertions(+) rename blog/{2022-04-01-offline-deployment-practice copy.md => 2022-04-01-offline-deployment-practice.md} (100%) diff --git a/blog/2022-04-01-offline-deployment-practice copy.md b/blog/2022-04-01-offline-deployment-practice.md similarity index 100% rename from blog/2022-04-01-offline-deployment-practice copy.md rename to blog/2022-04-01-offline-deployment-practice.md diff --git a/docs/developers/references/devex/faq.md b/docs/developers/references/devex/faq.md index 1eebcbf7ba1..f515823868b 100644 --- a/docs/developers/references/devex/faq.md +++ b/docs/developers/references/devex/faq.md @@ -14,6 +14,7 @@ title: FAQ - [Operating](#operating) * [Autoscale: how to enable metrics server in various Kubernetes clusters?](#autoscale-how-to-enable-metrics-server-in-various-kubernetes-clusters) + * [How could I perform an air-gap installation of KubeVela as well as the components?](#how-could-i-perform-an-air-gap-installation-of-kubevela-as-well-as-the-components) ## Compare to X @@ -335,3 +336,10 @@ minikube addons enable metrics-server Have fun to [set autoscale](../../extensions/set-autoscale) on your application. + + +### How could I perform an air-gap installation of KubeVela as well as the components? + +Follow [the guide](../../../../blog/2022-04-01-offline-deployment-practice) to perform an air-gap installation for KubeVela Core, and [guide](../../../platform-engineers/system-operation/enable-addon-offline) to enable add-ons. + +And we are planning to support tools to automatically scan, pull and push images for component installation. diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/developers/references/devex/faq.md b/i18n/zh/docusaurus-plugin-content-docs/current/developers/references/devex/faq.md index 833494e7608..6d95b0d9f4e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/developers/references/devex/faq.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/developers/references/devex/faq.md @@ -303,3 +303,9 @@ $ minikube addons enable metrics-server 享受在你的应用中 [设置 autoscale](../../extensions/set-autoscale)。 + +### 我怎样才能离线安装 KubeVela 以及 KubeVela 组件? + +按照[指南](../../../../../docusaurus-plugin-content-blog/2022-04-01-offline-deployment-practice)来执行 KubeVela core 的离线安装,参考[指南](../../../platform-engineers/system-operation/enable-addon-offline)来启用插件。 + +而且我们正计划实现自动扫描、拉动和推送镜像的工具以支持组件部署。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/developers/references/devex/faq.md b/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/developers/references/devex/faq.md index 833494e7608..6d95b0d9f4e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/developers/references/devex/faq.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/developers/references/devex/faq.md @@ -303,3 +303,9 @@ $ minikube addons enable metrics-server 享受在你的应用中 [设置 autoscale](../../extensions/set-autoscale)。 + +### 我怎样才能离线安装 KubeVela 以及 KubeVela 组件? + +按照[指南](../../../../../docusaurus-plugin-content-blog/2022-04-01-offline-deployment-practice)来执行 KubeVela core 的离线安装,参考[指南](../../../platform-engineers/system-operation/enable-addon-offline)来启用插件。 + +而且我们正计划实现自动扫描、拉动和推送镜像的工具以支持组件部署。 diff --git a/versioned_docs/version-v1.3/developers/references/devex/faq.md b/versioned_docs/version-v1.3/developers/references/devex/faq.md index 1eebcbf7ba1..f515823868b 100644 --- a/versioned_docs/version-v1.3/developers/references/devex/faq.md +++ b/versioned_docs/version-v1.3/developers/references/devex/faq.md @@ -14,6 +14,7 @@ title: FAQ - [Operating](#operating) * [Autoscale: how to enable metrics server in various Kubernetes clusters?](#autoscale-how-to-enable-metrics-server-in-various-kubernetes-clusters) + * [How could I perform an air-gap installation of KubeVela as well as the components?](#how-could-i-perform-an-air-gap-installation-of-kubevela-as-well-as-the-components) ## Compare to X @@ -335,3 +336,10 @@ minikube addons enable metrics-server Have fun to [set autoscale](../../extensions/set-autoscale) on your application. + + +### How could I perform an air-gap installation of KubeVela as well as the components? + +Follow [the guide](../../../../blog/2022-04-01-offline-deployment-practice) to perform an air-gap installation for KubeVela Core, and [guide](../../../platform-engineers/system-operation/enable-addon-offline) to enable add-ons. + +And we are planning to support tools to automatically scan, pull and push images for component installation.