-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Merge upstream/3.5.1 #46
base: master
Are you sure you want to change the base?
Conversation
srvaroa
commented
Oct 10, 2023
- Kafka manager with web UI to monitor and maintain Kafka's clusters
- configured max-old-space-size for js-executor
- typo
- added max-old-space-size for web-ui
- Version set to 3.4.2
- Version set to 3.4.3
- add tb-edge-loadbalancer
- fix http transport bind port for load-balancer
- Delete the TRANSPORT_TYPE variable as unused
- Added upgrade launch script
- Release 3.4.4
- Version set to 3.5.0
- gcp edge load balancer for monolith
- Added AWS and Azure Edge load balancer receipts
- Increase Kafka logs volume size to 10Gi
- Version set to 3.5.1
…ovements [3.4.2] configured max-old-space-size for js-executor
[3.4.2] added max-old-space-size for web-ui
fix http transport bind port for load-balancer
…grade-tb-script Added upgrade launch script
Delete the TRANSPORT_TYPE variable as unused
add tb-edge-loadbalancer
Kafka manager with web UI to monitor and maintain Kafka's clusters
…ncer Edge LoadBalancer services for GCP, AWS, Azure k8s deployments
* upstream/release-3.5.1: Version set to 3.5.1 Increase Kafka logs volume size to 10Gi Added AWS and Azure Edge load balancer receipts gcp edge load balancer for monolith Version set to 3.5.0 Release 3.4.4 Added upgrade launch script Delete the TRANSPORT_TYPE variable as unused fix http transport bind port for load-balancer add tb-edge-loadbalancer Version set to 3.4.3 Version set to 3.4.2 added max-old-space-size for web-ui typo configured max-old-space-size for js-executor Kafka manager with web UI to monitor and maintain Kafka's clusters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, we only use helm
though, so most of the updates will remain unused.
on second thought, we diverted so much from upstream, that maybe it's better to remove all directories except |
I am kind of sympathetic to removing the unused stuff, BUT, that means we automatically force us to a hard-fork of the chart, and keeping things up to date will be a lot harder. It seems simpler to me to just be disciplined keeping our fork up to date with upstream. If there are updates that are not relevant to us that's harmless. But we ensure that we remain aligned with upstream releases. |
At the beginning I agreed in thinking it was easier to just maintain it, but I think we should somehow put a disclaimer in the README about the fact that Midokura changes are only tested with Helm, and the other providers are probably not updated and/or usable. Otherwise a newcomer could spent to much time before realize that they are basically broken and we only kept them to make sync with upstream easier. |
I don't think that the default reasonable assumption from a random internet person that finds this fork is that we're actually supporting the whole thing, but random internet people is not famous for being reasonable, so yes, a disclaimer might be a good idea! |
Sounds reasonable! Let's look in EVP how to be disciplined in keeping this fork up to date 👍 |