From f7a56b3980fe0110f4fdb7861f8daf14e17b61bf Mon Sep 17 00:00:00 2001 From: likiosliu Date: Thu, 14 May 2026 14:17:24 +0800 Subject: [PATCH] docs: align install guide with RBG v0.6.0 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a201a58..3aa34082 100644 --- a/README.md +++ b/README.md @@ -70,13 +70,13 @@ More docs: ### Installation -> **Note:** Arks requires LWS v0.7.0 and RBGS v0.5.0-alpha.4. Install LWS before RBGS. +> **Note:** Arks requires LWS v0.7.0 and RBG v0.6.0. Install LWS before RBG. ```bash # Install dependencies (skip if already installed with correct version) kubectl apply --server-side -f https://github.com/envoyproxy/gateway/releases/download/v1.2.8/install.yaml kubectl apply --server-side -f https://github.com/kubernetes-sigs/lws/releases/download/v0.7.0/manifests.yaml -kubectl apply --server-side -f https://raw.githubusercontent.com/sgl-project/rbg/v0.5.0-alpha.4/deploy/kubectl/manifests.yaml +kubectl apply --server-side -f https://raw.githubusercontent.com/sgl-project/rbg/v0.6.0/deploy/kubectl/manifests.yaml # Install Arks git clone https://github.com/scitix/arks.git @@ -85,6 +85,10 @@ kubectl apply --server-side -f dist/operator.yaml kubectl apply --server-side -f dist/gateway.yaml ``` +Before cutting a release, confirm `dist/operator.yaml` points to the official +operator image for that release. Development or test images such as `arks_pr:*` +must not be published as release artifacts. + verification: ``` bash # Check all component status, should be ready