Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
postgres-operator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
zalando
postgres-operator
Commits
794ad96c
Commit
794ad96c
authored
8 years ago
by
Murat Kabilov
Committed by
Murat Kabilov
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
move deploy Deploying the operator section in the end
parent
0fd498d4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-20
19 additions, 20 deletions
README.md
with
19 additions
and
20 deletions
README.md
+
19
−
20
View file @
794ad96c
...
...
@@ -85,6 +85,24 @@ to test your that your setup is working.
Note: if you use multiple kubernetes clusters, you can switch to minikube with
`kubectl config use-context minikube`
### Deploy etcd
Etcd is required to deploy the operator.
$ kubectl --context minikube create -f https://raw.githubusercontent.com/coreos/etcd/master/hack/kubernetes-deploy/etcd.yml
### Create ConfigMap
ConfigMap is used to store configuration of the operator
$ kubectl --context minikube create -f manifests/configmap.yaml
### Deploy fake Teams API
Teams API is used as a source of human users.
$ kubectl --context minikube create -f manifests/fake-teams-api.yaml
### Deploying the operator
You need to install the service account definition in your minikube cluster. You can run without it, but then you
...
...
@@ -105,25 +123,6 @@ The last line changes the docker image tag in the manifest to the one the operat
the serviceAccountName definition, as the ServiceAccount is not defined in minikube (neither it should, as one has admin
permissions there).
### Deploy etcd
Etcd is required to deploy the operator.
$ kubectl --context minikube create -f https://raw.githubusercontent.com/coreos/etcd/master/hack/kubernetes-deploy/etcd.yml
### Create ConfigMap
ConfigMap is used to store configuration of the operator
$ kubectl --context minikube create -f manifests/configmap.yaml
### Deploy fake Teams API
Teams API is used as a source of human users.
$ kubectl --context minikube create -f manifests/fake-teams-api.yaml
### Check if ThirdPartyResource has been registered
$ kubectl --context minikube get thirdpartyresources
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment