remove --devel reference (#353)

This commit is contained in:
Enrico Candino
2025-05-15 12:07:08 +02:00
committed by GitHub
parent cca3d0c309
commit 3590b48d91
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -56,10 +56,10 @@ This section provides instructions on how to install K3k and the `k3kcli`.
2. Install the K3k controller:
```bash
helm install --namespace k3k-system --create-namespace k3k k3k/k3k --devel
helm install --namespace k3k-system --create-namespace k3k k3k/k3k
```
**NOTE:** K3k is currently under development, so the chart is marked as a development chart. This means you need to add the `--devel` flag to install it. For production use, keep an eye on releases for stable versions. We recommend using the latest released version when possible.
**NOTE:** K3k is currently under development. We recommend using the latest released version when possible.
### Install the `k3kcli`
+1 -1
View File
@@ -114,7 +114,7 @@ Install now k3k as usual:
```bash
helm repo update
helm install --namespace k3k-system --create-namespace k3k k3k/k3k --devel
helm install --namespace k3k-system --create-namespace k3k k3k/k3k
```
### Create a virtual cluster