Skip to content

Add optional cluster config persistence.#15

Open
halcyon22 wants to merge 1 commit intonikfoundas:masterfrom
halcyon22:master
Open

Add optional cluster config persistence.#15
halcyon22 wants to merge 1 commit intonikfoundas:masterfrom
halcyon22:master

Conversation

@halcyon22
Copy link
Copy Markdown

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