Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more items in FAQ #605

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/developers/references/devex/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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)来启用插件。

而且我们正计划实现自动扫描、拉动和推送镜像的工具以支持组件部署。
Original file line number Diff line number Diff line change
Expand Up @@ -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)来启用插件。

而且我们正计划实现自动扫描、拉动和推送镜像的工具以支持组件部署。
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.