Skip to content

Commit

Permalink
updated quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmaetz committed Aug 27, 2024
1 parent f49a8a0 commit 1c0cab9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/documentation/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,16 @@ NAME READY STATUS RESTARTS AGE
postgres-operator-599688d948-fw8pw 1/1 Running 0 41s
```

Hint: If you want, you can get rid of the need to define -n cpo every time.
To do this, you can set your current default namespace in kubectl or oc to cpo

The operator is ready and the setup is complete. The next step is the creation of a Postgres cluster
```
# kubectl
kubectl config set-context --current --namespace=cpo
# oc
oc project cpo
```

### Step 3 - Create a Cluster
To create a simple cluster, the following command is sufficient
Expand Down

0 comments on commit 1c0cab9

Please sign in to comment.