We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49a8a0 commit 1c0cab9Copy full SHA for 1c0cab9
content/documentation/quickstart.md
@@ -49,7 +49,16 @@ NAME READY STATUS RESTARTS AGE
49
postgres-operator-599688d948-fw8pw 1/1 Running 0 41s
50
```
51
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
+
55
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
62
63
### Step 3 - Create a Cluster
64
To create a simple cluster, the following command is sufficient
0 commit comments