diff --git a/README.md b/README.md index 7f38d0e6..0ad61f0b 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/docs/development.md b/docs/development.md index fccafdf1..d24a1a09 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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