Skip to content

Change the statically defined data path to changeable value from $home/data to $home/$data  #4026

@jeehonglee

Description

@jeehonglee

Change the statically defined data path to changeable value from $home/data to $home/$data.
When you considering running blockchain system on K8S(Orchestration), it should be configurable value)

Summary

Change the statically defined data path to changeable value from $home/data to $home/$data.
When you considering running blockchain system on K8S(Orchestration), it should be configurable value)

Problem Definition

Currently, the data path belongs to home path but I think it is not good approach when we considering orchestrating Tendermint on K8S.
Because of the data path is hard-coded based on $home path, It is challenging to make as the stateful application on K8S or any other orchestration engine
If we can make a data path like other home variable(from the environment and configurable), we can orchestrate Tendermint based blockchain system more easily and I think there is no disadvantage.

Proposal

Screen Shot 2019-10-01 at 12 07 23 PM

e.g) , TO-BE

Screen Shot 2019-09-26 at 4 03 50 PM

Metadata

Metadata

Assignees

Labels

C:docsComponent: Documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions