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

Unable to run on k8s with readOnlyRootFilesystem: true #51

Open
PaulieMac opened this issue Jul 8, 2020 · 2 comments
Open

Unable to run on k8s with readOnlyRootFilesystem: true #51

PaulieMac opened this issue Jul 8, 2020 · 2 comments

Comments

@PaulieMac
Copy link

PaulieMac commented Jul 8, 2020

This line and this line apparently make it impossible to run on k8s with readOnlyRootFilesystem: true

It would be better if the templates were in a different dir (perhaps a parent) so we can mount a writable dir at the target site; as-is, this forces a less-secure deployment.

I am thinking that instead of this

dub template "/etc/ksqldb/ksqldb-server.properties.template" "/etc/ksqldb/ksqldb-server.properties"

maybe something like this?

dub template "/etc/ksqldb/ksqldb-server.properties.template" "/etc/ksqldb/config/ksqldb-server.properties"
@ricardo-aires
Copy link

Under the impression that every Confluent Docker Image makes the starting point at /etc/confluent/docker/.

@im-pratham
Copy link
Contributor

check is this PR solves your issue https://github.com/confluentinc/ksql-images/pull/83/files.
I fixed of openshift. But same will be applicable to you

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

No branches or pull requests

3 participants