diff --git a/README.md b/README.md index 61d93554..81a4bf98 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ kubectl create -k config/default Install stable distribution ```shell # Install component dependencies -kubectl create -k "github.com/aibrix/aibrix/config/dependency?ref=v0.1.0-rc.1" +kubectl create -k "github.com/aibrix/aibrix/config/dependency?ref=v0.1.0-rc.3" # Install aibrix components -kubectl create -k "github.com/aibrix/aibrix/config/default?ref=v0.1.0-rc.1" +kubectl create -k "github.com/aibrix/aibrix/config/default?ref=v0.1.0-rc.3" ``` ## Documentation diff --git a/docs/source/getting_started/installation.rst b/docs/source/getting_started/installation.rst index 66eda780..fded8ed2 100644 --- a/docs/source/getting_started/installation.rst +++ b/docs/source/getting_started/installation.rst @@ -22,8 +22,8 @@ Stable Version .. code:: bash - kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.1.0-rc.2/aibrix-dependency-v0.1.0-rc.2.yaml - kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.1.0-rc.2/aibrix-core-v0.1.0-rc.2.yaml + kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.1.0-rc.3/aibrix-dependency-v0.1.0-rc.3.yaml + kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.1.0-rc.3/aibrix-core-v0.1.0-rc.3.yaml Nightly Version diff --git a/docs/source/getting_started/quickstart.rst b/docs/source/getting_started/quickstart.rst index fb509556..182d5c05 100644 --- a/docs/source/getting_started/quickstart.rst +++ b/docs/source/getting_started/quickstart.rst @@ -12,8 +12,8 @@ Install AIBrix .. code-block:: bash - kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.1.0-rc.2/aibrix-dependency-v0.1.0-rc.2.yaml - kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.1.0-rc.2/aibrix-core-v0.1.0-rc.2.yaml + kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.1.0-rc.3/aibrix-dependency-v0.1.0-rc.3.yaml + kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.1.0-rc.3/aibrix-core-v0.1.0-rc.3.yaml Deploy base model diff --git a/docs/tutorial/podautoscaler/README.md b/docs/tutorial/podautoscaler/README.md index a4715ab9..77e22478 100644 --- a/docs/tutorial/podautoscaler/README.md +++ b/docs/tutorial/podautoscaler/README.md @@ -62,8 +62,8 @@ kubectl port-forward svc/llama2-70b 8000:8000 -n aibrix-system It's different from `make run`, since it may reveal the RBAC problem when manager what to watch HPA. ```shell -make docker-build IMG=aibrix/aibrix-controller-manager:v0.1.0-rc.0 -make deploy IMG=aibrix/aibrix-controller-manager:v0.1.0-rc.0 +make docker-build IMG=aibrix/aibrix-controller-manager:v0.1.0-rc.3 +make deploy IMG=aibrix/aibrix-controller-manager:v0.1.0-rc.3 ``` check the deployed manager logs: