-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow Stackgres versions > 1.5.0 #20
Conversation
Please test this with ArgoCD first. From my personal experience on my homelab we need a bit of post processing to make it really work with ArgoCD: app.jsonnet we need to change the app to syncPolicy:
automated: {}
syncOptions:
- ServerSideApply=true
...
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /spec/replicas
- group: admissionregistration.k8s.io
kind: ValidatingWebhookConfiguration
jqPathExpressions:
- '.webhooks[]?.clientConfig.caBundle'
- group: admissionregistration.k8s.io
kind: MutatingWebhookConfiguration
jqPathExpressions:
- '.webhooks[]?.clientConfig.caBundle' There were a few other minor things that I had to adjust as they never got in sync, but I'm not sure what it was. |
3a1e8f4
to
eabe2d2
Compare
8519c3e
to
14313a9
Compare
14313a9
to
efee3c7
Compare
441135e
to
d0cd3d0
Compare
@Kidswiss @TheBigLee please take a look, especially on clusterrolebinding and role files, I added them very low numbers so they are applied earlier rather than latyer, they also share argo PreSync hook. it should be now sufficient. What I've found out during migration so far:
|
d0cd3d0
to
589bdf9
Compare
guys, please check new feature to restart operator and restapi during sync - tested it on lab, and besides minimal downtime (~60-90seconds) everything is green afterwards |
647dd98
to
f966ffe
Compare
f966ffe
to
37b4f81
Compare
15d3e3c
to
36f1b29
Compare
Signed-off-by: Nicolas Bigler <[email protected]>
Signed-off-by: Nicolas Bigler <[email protected]>
Signed-off-by: Nicolas Bigler <[email protected]>
b8c4863
to
ee43911
Compare
Signed-off-by: Nicolas Bigler <[email protected]>
Signed-off-by: Nicolas Bigler <[email protected]>
Signed-off-by: Nicolas Bigler <[email protected]>
ae77076
to
87abf0b
Compare
Signed-off-by: Nicolas Bigler <[email protected]>
87abf0b
to
a251c46
Compare
Breaking changes:
Checklist
bug
,enhancement
,documentation
,change
,breaking
,dependency
as they show up in the changelog.