File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ cd postgres-operator
39
39
40
40
minikube start
41
41
42
+ # start the operator; may take a few seconds
42
43
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
46
46
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
48
49
```
49
50
50
51
Tear down cleanly:
You can’t perform that action at this time.
0 commit comments