Skip to content

Commit b067ec7

Browse files
author
Sergey Dudoladov
committed
Minor edits
1 parent a926515 commit b067ec7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ cd postgres-operator
3939

4040
minikube start
4141

42+
# start the operator; may take a few seconds
4243
kubectl create -f manifests/configmap.yaml # operator config
43-
kubectl create -f manifests/operator-rbac.yaml # operator pod identity
44-
kubectl create -f manifests/postgres-operator.yaml # create postgres-operator deployment
45-
# operator startup may last a few seconds
44+
kubectl create -f manifests/operator-rbac.yaml # operator identity and persmissions
45+
kubectl create -f manifests/postgres-operator.yaml # operator deployment
4646

47-
kubectl create -f manifests/minimal-postgres-manifest.yaml # submit a PG cluster
47+
# submit a Postgres cluster
48+
kubectl create -f manifests/minimal-postgres-manifest.yaml
4849
```
4950

5051
Tear down cleanly:

0 commit comments

Comments
 (0)