Minor edits

This commit is contained in:
Sergey Dudoladov 2018-05-16 16:01:16 +02:00
parent a926515530
commit b067ec788a
1 changed files with 5 additions and 4 deletions

View File

@ -39,12 +39,13 @@ cd postgres-operator
minikube start minikube start
# start the operator; may take a few seconds
kubectl create -f manifests/configmap.yaml # operator config kubectl create -f manifests/configmap.yaml # operator config
kubectl create -f manifests/operator-rbac.yaml # operator pod identity kubectl create -f manifests/operator-rbac.yaml # operator identity and persmissions
kubectl create -f manifests/postgres-operator.yaml # create postgres-operator deployment kubectl create -f manifests/postgres-operator.yaml # operator deployment
# operator startup may last a few seconds
kubectl create -f manifests/minimal-postgres-manifest.yaml # submit a PG cluster # submit a Postgres cluster
kubectl create -f manifests/minimal-postgres-manifest.yaml
``` ```
Tear down cleanly: Tear down cleanly: