You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `plural up` command
This will use a new bootstrapping method more in line with CD-exclusive usecases. It works basically as follows:
* set up a git submodule of our bootstrap repo w/ some base charts and terraform
* template some of the variable settings from there into the installation repo
* run terraform off those templates
This will set up a management cluster and fully install console onto it. We can further extend this to do the full OSS app installation process on top of CD.
The main benefits here are separating cluster provisioning concerns out of our purview (users will manually manage their own terraform after running up), and reduce our scope to just maintaining the helm chart updates for the console and our runtime via CD. It also makes reconfiguration more natural since the users can delink the submodule and take full ownership whenever needed.
* bump console client go version to be compatible w/ provider
* add detection of existing console values, especially to stabilize aes keys
0 commit comments