Skip to content

Commit

Permalink
Add namespace creation on doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Jan 10, 2024
1 parent b2375fd commit 8acc903
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ $ make manifests
### Deploying Operator
Create the namespace for the operator:
```shell
$ kubectl create namespace ot-operators
```
The operator deployment can be done via `helm` cli, we just need to define the custom image name and tag for testing the operator functionality:
```shell
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ But you can simply use the helm chart for installation.
$ helm repo add ot-helm https://ot-container-kit.github.io/helm-charts/
```

```shell
# Create the namespace for the operator
$ kubectl create namespace ot-operators
```

```shell
# Deploy the redis-operator
$ helm upgrade redis-operator ot-helm/redis-operator --install --namespace ot-operators
Expand Down

0 comments on commit 8acc903

Please sign in to comment.