Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix statefulset sync #563

Merged
merged 1 commit into from
May 14, 2019
Merged

fix statefulset sync #563

merged 1 commit into from
May 14, 2019

Conversation

sdudoladov
Copy link
Member

removes excessive syncing of stateful sets

@Jan-M
Copy link
Member

Jan-M commented May 13, 2019

How are we testing this in kind for example to make sure it is solving the problem?

@sdudoladov
Copy link
Member Author

sdudoladov commented May 13, 2019

kind start cluster --name kind-m --config ~/.kube/kind-config-multikind.yaml --loglevel debug
kind load docker-image "registry.opensource.zalan.do/acid/postgres-operator:v1.1.0-23-gf29bdaf-dirty" --name kind-m
# submit operator as in quickstart but with the new image version in the deployment
kubectl create -f manifests/minimal-postgres-manifest.yaml

restart the operator pod to force a SYNC and see how the unnecessary Sync does not happen

UPD not tested against k8s <= v1.12 works with 12.4 without breaking anything

@sdudoladov
Copy link
Member Author

👍

1 similar comment
@FxKu
Copy link
Member

FxKu commented May 14, 2019

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants