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
Replace `x.y.z` with your desired version from [kmesh-helm packages](https://github.com/orgs/kmesh-net/packages/container/package/kmesh-helm)(e.g., `v1.1.0`).
96
+
- Replace `x.y.z` with your desired version from [kmesh-helm packages](https://github.com/orgs/kmesh-net/packages/container/package/kmesh-helm):
97
+
- For stable releases, use a version like `v1.1.0`.
98
+
- For pre-releases, use a version like `v1.1.0-alpha`.
99
+
- Omit the `--version` flag to install the latest version (not recommended for production).
- Download the `kmesh-helm-<version>.tgz` archive from [GitHub Releases](https://github.com/kmesh-net/kmesh/releases). Replace `<version>` in the command above with the version you downloaded (e.g., `v1.1.0`).
114
+
115
+
### Option 4: Install from Yaml
105
116
106
117
```shell
107
118
kubectl create namespace kmesh-system
@@ -287,7 +298,7 @@ Annotations: <none>
287
298
288
299
### Delete Kmesh
289
300
290
-
If you installed Kmesh using helm or OCI registry:
301
+
If you installed Kmesh using any of the Helm options above:
0 commit comments