From 20a736166a95e9d3f3f46c061b4f2805918eec77 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Fri, 12 Jul 2024 08:20:48 +0700 Subject: [PATCH] docs: Update instructions to use stable branch --- README.md | 7 ++++++- site/src/content/docs/guides/installation.md | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba5d4e..dc8c19b 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,13 @@ There are two ways to use this operator: - AWS ## Cluster Installation +Install using the Kustomize config from the stable branch: -Install using the Kustomize config: +```bash +kubectl apply -k https://github.com/FyraLabs/chisel-operator?ref=stable +``` + +Or if you would like to go straight to the latest commit: ```bash kubectl apply -k https://github.com/FyraLabs/chisel-operator diff --git a/site/src/content/docs/guides/installation.md b/site/src/content/docs/guides/installation.md index b4e4012..f780916 100644 --- a/site/src/content/docs/guides/installation.md +++ b/site/src/content/docs/guides/installation.md @@ -6,6 +6,13 @@ description: A guide of how to install Chisel Operator. Getting started with Chisel Operator is easy! We currently support the current (plus the last two versions) of Kubernetes. Kustomize is only supported at the moment, but a Helm chart is in progress. ## Kustomize +Install using the Kustomize config from the stable branch: + +```bash +kubectl apply -k https://github.com/FyraLabs/chisel-operator?ref=stable +``` + +Or if you would like to go straight to the latest commit: ```bash kubectl apply -k https://github.com/FyraLabs/chisel-operator