Skip to content

Commit 1c0cab9

Browse files
committed
updated quickstart
1 parent f49a8a0 commit 1c0cab9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/documentation/quickstart.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,16 @@ NAME READY STATUS RESTARTS AGE
4949
postgres-operator-599688d948-fw8pw 1/1 Running 0 41s
5050
```
5151

52+
Hint: If you want, you can get rid of the need to define -n cpo every time.
53+
To do this, you can set your current default namespace in kubectl or oc to cpo
54+
5255
The operator is ready and the setup is complete. The next step is the creation of a Postgres cluster
56+
```
57+
# kubectl
58+
kubectl config set-context --current --namespace=cpo
59+
# oc
60+
oc project cpo
61+
```
5362

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

0 commit comments

Comments
 (0)