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

Add optional cluster config persistence. #15

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

Conversation

halcyon22
Copy link

when CLUSTER_STORE_PATH is provided, cluster config is stored there.
With Docker it needs to be a volume or bind mount, e.g.

--mount
type=bind,source=/my/config/path,target=/tmp/clusters -e
CLUSTER_STORE_PATH="/tmp/clusters"

update Docker image parent to jre8, removed chmod, chown that no longer
work.
add Mockito dependency for ClusterManagerTest.
also some minor cleanup.

when CLUSTER_STORE_PATH is provided, cluster config is stored there.
With Docker it needs to be a volume or bind mount, e.g. `--mount
type=bind,source=/my/config/path,target=/tmp/clusters -e
CLUSTER_STORE_PATH="/tmp/clusters"`.
update Docker image parent to jre8, removed chmod, chown that no longer
work.
add Mockito dependency for ClusterManagerTest.
also some minor cleanup.
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.

1 participant