Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manifests version to v0.1.0-rc.3 #287

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/podautoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading