Skip to content

Commit

Permalink
Merge pull request #228 from bjwswang/charts-dev
Browse files Browse the repository at this point in the history
fix: chart release workflow and README
  • Loading branch information
bjwswang authored Nov 18, 2023
2 parents 245beb5 + 054f683 commit 43a07b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: charts
charts_dir: deploy/charts
charts_repo_url: https://kubeagi.github.io/arcadia/
# FIXME: uncomment this once customized configuration is needed
# config: cr.yaml
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Furthermore,we can easily host **Arcadia** at any kubernetes cluster as producti

Our design and development in Arcadia design follows operator pattern which extends kubernetes APIs.

![Arch](./assets/kubeagi.drawio.png)
![Arch](./docs/images//kubeagi.drawio.png)

## Quick Start

Expand All @@ -39,8 +39,8 @@ Our design and development in Arcadia design follows operator pattern which exte

If you don't have a kubernetes cluster, you can schedule a [kind cluster](https://kind.sigs.k8s.io/). Depends on your choice on CPU or GPU when running LLM worker,you can choose to:

- [Schedule a kind cluster without GPU enabled](./doc/kind.md)
- [Schedule a kind cluster with GPU enabled](./doc/kind_gpu.md)
- [Schedule a kind cluster without GPU enabled](./docs/kind.md)
- [Schedule a kind cluster with GPU enabled](./docs/kind_gpu.md)

### Install Arcadia

Expand All @@ -52,7 +52,7 @@ If you don't have a kubernetes cluster, you can schedule a [kind cluster](https:

## CLI

We provide a Command Line Tool `arctl` to interact with `arcadia`. See [here](./arctl/README.md) for more details.
We provide a Command Line Tool `arctl` to interact with `arcadia`. See [here](./pkg/arctl/README.md) for more details.

- ✅ datasource management
- ✅ local dataset management
Expand Down
4 changes: 2 additions & 2 deletions pkg/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ import (
"context"

"github.com/KawashiroNitori/butcher/v2"
"github.com/kubeagi/arcadia/api/v1alpha1"

"k8s.io/apimachinery/pkg/types"
"k8s.io/klog/v2"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/kubeagi/arcadia/api/v1alpha1"
)

type Scheduler struct {
Expand Down

0 comments on commit 43a07b2

Please sign in to comment.