save reusable solo flags in RemoteConfig #1178
Labels
Multiple Cluster Support
Issues which are only required to enable Solo support for multi-cluster deployments.
P1
High priority issue. Required to be completed in the assigned milestone.
We removed the local caching of flags in ConfigManager to avoid issues with multi-cluster support. Now that we have RemoteConfig, it makes sense to store certain values in it to leverage for commands and subcommands for a better user experience.
network deploy
to thedeployment create
subcommand to store in the remote config:deployment create
subcommand, as well as thenetwork deploy
subcommand store common flag values in remote config for reuse (specification: RemoteConfigSpecification
)nodeAliasesUnparsed: string
,getNodeAliases(): string[]
)soloChartVersion: string
)hederaPlatformReleaseTag: string
)soloChartsDirectory: string
)hederaPlatformLocalBuildPath: string
)NOTE: this could be broken up into multiple separate issues for smaller PRs, or have multiple smaller PRs relate to this single GitHub Issue.
The text was updated successfully, but these errors were encountered: