From 3590b48d9169fac59d7fb604089c76cb3627a6b6 Mon Sep 17 00:00:00 2001 From: Enrico Candino Date: Thu, 15 May 2025 12:07:08 +0200 Subject: [PATCH] remove `--devel` reference (#353) --- README.md | 4 ++-- docs/development.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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