We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JAVA_HOME
The charm is currently setting JAVA_HOME in /etc/environment and the Pebble layer env directly:
/etc/environment
env
. . . layer_config: pebble.LayerDict = { "summary": "kafka layer", "description": "Pebble config layer for kafka", "services": { . . . "environment": { . . . "JAVA_HOME": "/usr/lib/jvm/java-17-openjdk-amd64", . . . }, } }, } return Layer(layer_config)
This env should be readily available during the ROCK deployment.
The text was updated successfully, but these errors were encountered:
https://warthogs.atlassian.net/browse/DPE-3448
Sorry, something went wrong.
No branches or pull requests
The charm is currently setting
JAVA_HOME
in/etc/environment
and the Pebble layerenv
directly:This env should be readily available during the ROCK deployment.
Solution
JAVA_HOME
to rockcraft.yaml on kafka-rock. See ZooKeeper equivalentThe text was updated successfully, but these errors were encountered: