You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kusion/2-getting-started/3-getting-started-with-kusion-server/0-installation.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,19 @@ The following tutorial will guide you to install Kusion using Helm, which will i
15
15
16
16
### Installation Options
17
17
18
-
> Note: A valid kubeconfig configuration is required for Kusion to function properly. You must either use the installation script, provide your own kubeconfig in values.yaml, or set it through the --set parameter
18
+
> **Important:** Kusion requires a valid kubeconfig configuration to function properly. You can provide it via:
19
+
> - Installation script (recommended)
20
+
> - Custom values.yaml file
21
+
> - Helm --set parameter
22
+
23
+
> **Note:** Default kubeconfig path is `/var/run/secrets/kubernetes.io/kubeconfigs/`
24
+
> To use a different path, set `kubeconfig.kubeConfigVolumeMountPath` to your desired path.
19
25
20
26
You have several options to install Kusion:
21
27
22
28
#### 1. Using the installation script (recommended)
23
29
24
-
Download the installation script from the [KusionStack charts repository](https://github.com/KusionStack/charts/blob/master/scripts/install-kusion.sh)
30
+
Download the [installation script](https://github.com/KusionStack/charts/blob/master/scripts/install-kusion.sh) from the KusionStack charts repository.
You may have to set your specific configurations if it is deployed into a production cluster, or you want to customize the chart configuration, such as `database`, `replicas`, `port` etc.
66
72
67
73
```shell
74
+
# Install with kubeconfig and optional configurations
Copy file name to clipboardExpand all lines: docs_versioned_docs/version-v0.14/2-getting-started/3-getting-started-with-kusion-server/0-installation.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,19 @@ The following tutorial will guide you to install Kusion using Helm, which will i
15
15
16
16
### Installation Options
17
17
18
-
> Note: A valid kubeconfig configuration is required for Kusion to function properly. You must either use the installation script, provide your own kubeconfig in values.yaml, or set it through the --set parameter
18
+
> **Important:** Kusion requires a valid kubeconfig configuration to function properly. You can provide it via:
19
+
> - Installation script (recommended)
20
+
> - Custom values.yaml file
21
+
> - Helm --set parameter
22
+
23
+
> **Note:** Default kubeconfig path is `/var/run/secrets/kubernetes.io/kubeconfigs/`
24
+
> To use a different path, set `kubeconfig.kubeConfigVolumeMountPath` to your desired path.
19
25
20
26
You have several options to install Kusion:
21
27
22
28
#### 1. Using the installation script (recommended)
23
29
24
-
Download the installation script from the [KusionStack charts repository](https://github.com/KusionStack/charts/blob/master/scripts/install-kusion.sh)
30
+
Download the [installation script](https://github.com/KusionStack/charts/blob/master/scripts/install-kusion.sh) from the KusionStack charts repository.
You may have to set your specific configurations if it is deployed into a production cluster, or you want to customize the chart configuration, such as `database`, `replicas`, `port` etc.
66
72
67
73
```shell
74
+
# Install with kubeconfig and optional configurations
0 commit comments