Skip to content
Merged
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
1 change: 1 addition & 0 deletions .vitepress/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ function sidebarSelfHosted(): DefaultTheme.SidebarItem[] {
{ text: 'Quick Start', link: 'kubernetes/deploy' },
{ text: 'Custom Configuration', link: 'kubernetes/configuration' },
{ text: 'Update & Rollback', link: 'kubernetes/upgrade' },
{ text: 'Monitor & Logging', link: 'kubernetes/monitor-logging' },
{ text: 'Data Migration', link: 'kubernetes/data-migration' },
{ text: 'FAQ', link: 'kubernetes/faq' },
]
Expand Down
1 change: 1 addition & 0 deletions .vitepress/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ function sidebarSelfHosted(): DefaultTheme.SidebarItem[] {
{ text: '快速开始', link: 'kubernetes/deploy' },
{ text: '自定义配置', link: 'kubernetes/configuration' },
{ text: '更新与回滚', link: 'kubernetes/upgrade' },
{ text: '监控与日志', link: 'kubernetes/monitor-logging' },
{ text: '数据迁移', link: 'kubernetes/data-migration' },
{ text: '常见问题', link: 'kubernetes/faq' },
]
Expand Down
8 changes: 0 additions & 8 deletions en/self_host/kubernetes/data-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ spec:

:::

---

::: details export-clickhouse

Expand Down Expand Up @@ -476,7 +475,6 @@ spec:

:::

---

::: details export-redis

Expand Down Expand Up @@ -613,7 +611,6 @@ spec:

:::

---

::: details export-vector

Expand Down Expand Up @@ -765,7 +762,6 @@ spec:

:::

---

```bash
# Execute all export Jobs in parallel
Expand Down Expand Up @@ -1009,7 +1005,6 @@ spec:

:::

---

::: details import-clickhouse

Expand Down Expand Up @@ -1140,7 +1135,6 @@ spec:

:::

---

::: details import-redis

Expand Down Expand Up @@ -1271,7 +1265,6 @@ spec:

:::

---

::: details import-vector

Expand Down Expand Up @@ -1414,7 +1407,6 @@ spec:

:::

---

```bash
# Execute all import Jobs in parallel
Expand Down
4 changes: 0 additions & 4 deletions en/self_host/kubernetes/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ If you want to use [Kubernetes](https://kubernetes.io/) for self-hosted deployme

![swanlab kubernetes logo](https://swanlab-docs-1301372061.cos.ap-beijing.myqcloud.com/assets/zh/guide_cloud/self_host/kubernetes/logo.png)

---

[[toc]]

<br>

---

**Resources and Concepts:**

Expand Down Expand Up @@ -413,7 +411,6 @@ helm install swanlab-self-hosted ./self-hosted/ \
```
- After confirming there are no errors, remove the `--dry-run` option to execute the installation

---

By installing `swanlab/self-hosted`, you can install the SwanLab self-hosted application on k8s. The installation result will print similar information in the terminal:

Expand Down Expand Up @@ -448,7 +445,6 @@ Get the application URL by running these commands:
As shown above, the `swanlab-self-hosted` self-hosted service cannot be directly accessed via external network by default. You can access this service locally using the `port-forward` functionality.
If you wish to **enable external access (via IP or domain name)**, please refer to [Configuring Application Access Entrypoint](/self_host/kubernetes/configuration.md#configuring-application-access-entrypoint).

---

Here is an example of accessing it locally; open a terminal and execute:

Expand Down
Loading
Loading