Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

config and apply subcommands #196

Closed
arapulido opened this issue Nov 1, 2018 · 3 comments
Closed

config and apply subcommands #196

arapulido opened this issue Nov 1, 2018 · 3 comments
Labels
enhancement New feature or request ux

Comments

@arapulido
Copy link
Contributor

As discussed int the UX document for the CLI, we want the install command to be a composed command that can be split into config and apply

Right now only the install command exists. We should create the subcommands config and apply

@arapulido arapulido added enhancement New feature or request ux labels Nov 1, 2018
@falfaro
Copy link
Contributor

falfaro commented Nov 5, 2018

It is probably best to just implement a new subcommand named like generate which creates all the relevant objects in the underlying platform (GKE, AKS) and then generates the JSON configuration file and jsonnet root manifests.

From that point, users can customise the root manifest at will and then run kubeprod install to deploy the changes to production. No need for a kubeprod apply subcommand.

@anguslees
Copy link
Contributor

PR #232 probably addresses this issue, but not with the solution(s) described above.

@anguslees
Copy link
Contributor

Fixed in #232

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request ux
Projects
None yet
Development

No branches or pull requests

3 participants