You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -157,7 +157,7 @@ The operator employs k8s-provided code generation to obtain deep copy methods an
157
157
the `verify-codegen.sh` checks if the generated code is up-to-date (to be used within CI). The `/pkg/generated/` contains the resultant code. To make these scripts work, you may need to `export GOPATH=$(go env GOPATH)`
Copy file name to clipboardExpand all lines: docs/gsoc-2019/ideas.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
1. Please carefully read the official [Google Summer of Code Student Guide](https://google.github.io/gsocguides/student/)
7
7
2. Join the #postgres-operator slack channel under [Postgres Slack](https://postgres-slack.herokuapp.com) to introduce yourself to the community and get quick feedback on your application.
8
8
3. Select a project from the list of ideas below or propose your own.
9
-
4. Write a proposal draft. Please open an issue with the label `gsoc2019_application` in the [operator repository](https://github.com/zalando-incubator/postgres-operator/issues) so that the community members can publicly review it. See proposal instructions below for details.
9
+
4. Write a proposal draft. Please open an issue with the label `gsoc2019_application` in the [operator repository](https://github.com/zalando/postgres-operator/issues) so that the community members can publicly review it. See proposal instructions below for details.
10
10
5. Submit proposal and the proof of enrollment before April 9 2019 18:00 UTC through the web site of the Program.
11
11
12
12
## Project ideas
@@ -34,7 +34,7 @@ It will be helpful to reject erroneous manifests before they reach the operator
2. The operator also watches updates to [its own configuration](https://github.com/zalando-incubator/postgres-operator/blob/master/manifests/configmap.yaml)
14
+
2. The operator also watches updates to [its own configuration](https://github.com/zalando/postgres-operator/blob/master/manifests/configmap.yaml)
15
15
and alters running Postgres clusters if necessary. For instance, if a pod
16
16
docker image is changed, the operator carries out the rolling update. That
17
17
is, the operator re-spawns one-by-one pods of each StatefulSet it manages
@@ -47,7 +47,7 @@ the operator is deployed to multiple Kubernetes clusters, where users deploy
47
47
manifests via our CI/CD infrastructure or rely on a slim user interface to
48
48
create manifests.
49
49
50
-
Please, report any issues discovered to https://github.com/zalando-incubator/postgres-operator/issues.
50
+
Please, report any issues discovered to https://github.com/zalando/postgres-operator/issues.
0 commit comments