Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmikechen committed Dec 2, 2023
1 parent cfdedf9 commit 19f24d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions submarine-cloud-v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@

`submarine-cloud-v3`, i.e. **submarine-operator**, implements the operator for Submarine application. The operator provides a new option for users to deploy the Submarine service to their Kubernetes clusters. The **submarine-operator** can fix some errors automatically. However, if the Submarine service is deployed with Helm, the errors need to be fixed by human operators.

The `submarine-cloud-v3` project to use [operator-sdk](https://sdk.operatorframework.io/) to create, and the operator-sdk version is 1.25.0.
The build command is this:
```shell
operator-sdk init --domain submarine.apache.org --repo github.com/apache.org/submarine-cloud-v3
```

# Development

Please check out the [Developer Guide](./docs/developer-guide.md).

0 comments on commit 19f24d6

Please sign in to comment.