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

function uploadBuiltinSinksSources #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zzzming
Copy link
Member

@zzzming zzzming commented Feb 3, 2022

A configuration allows the connector jar to be updated to the same version as the function worker jar when the connector is restarted. This happens when uploadBuiltinSinksSources = false

When it's set true, the jar will be uploaded from the bookie. This means upgrading the function worker, the connector jar won't be upgraded with restarting

Comment on lines +1038 to +1039
# upload false means the connector jar will not uploaded from bookie but from the same version as function worker
uploadBuiltinSinksSources: "false"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should remove this configuration option and set it to false always. Unless I'm misunderstanding something, I don't see any reason for a user to set this as true when running in k8s. Do you agree @zzzming or do you think we should make this configurable?

pgier pushed a commit to pgier/datastax-pulsar-helm-chart that referenced this pull request Jul 13, 2022
Fixes datastax#147

### Motivation
This gives the helm chart user the ability to specify a secret or other type of volume to be mounted into any of the statefulset pods

### Modifications
* Added conditionals to `bookkeeper`, `broker`, `proxy`, `toolset`, and `zookeeper` statefulsets which allow the chart user to specify extraVolumes and extraVolumeMounts for deployed pods.
* Added `extraVolumes` and `extraVolumeMounts` parameters to values.yaml
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.

2 participants