Skip to content

Commit

Permalink
Manifests for cert-manager; Mirror images (#104)
Browse files Browse the repository at this point in the history
* chore: update operator.yaml and introduce mirrored cert-manager.yaml
* docs: update README for cert-manager manifest
* fix: update version of cert-manager to v1.12.4
  • Loading branch information
powerfooI authored Nov 20, 2023
1 parent 6b5c7e4 commit 626eb51
Show file tree
Hide file tree
Showing 3 changed files with 5,605 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ The ob-operator is a Kubernetes operator that simplifies the deployment and mana

# Quick Start
## Requirement
In order to run ob-operator properly, [cert-manager](https://cert-manager.io/docs) needs to be deployed as its dependency, for more details about how to install it, please refer to the [installation](https://cert-manager.io/docs/installation/) document.
In order to run ob-operator properly, [cert-manager](https://cert-manager.io/docs) needs to be deployed as its dependency. For more details about how to install it, please refer to the [installation](https://cert-manager.io/docs/installation/) document.

Some developers may have trouble accessing images in `quay.io/jetstack` registry. We put an mirrored cert-manager manifest at `deploy/cert-manager.yaml` in which images registry is replaced with `docker.io/oceanbase`, so cert-manager images get more accessible.

```shell
# Deploy cert-manager with our mirrored images
kubectl apply -f deploy/cert-manager.yaml
```

## Deploy ob-operator
### Using helm
Expand Down
Loading

0 comments on commit 626eb51

Please sign in to comment.