Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Upgrade CLI command to upgrade the Dapr control plane services #560

Closed
msfussell opened this issue Dec 15, 2020 · 0 comments · Fixed by #566
Closed

Add Upgrade CLI command to upgrade the Dapr control plane services #560

msfussell opened this issue Dec 15, 2020 · 0 comments · Fixed by #566
Assignees
Labels
kind/feature New feature or request

Comments

@msfussell
Copy link
Member

Dapr has an init command to install Dapr into different environements such as local machine (self hosted) and Kubernetes.
For Kubernetes this installs the Dapr control plane services. Currently when upgrading the K8s Dapr control plane services, this is done via Helm.

It would be good to also be able to upgrade the control plane via the Dapr CLI, with a different options (note that with Helm there may be more options and we should look at the other choices available here).

dapr upgrade -k --runtime-version=1.0.0 --enable-ha --enable-mtls --namespace

I suspect that upgrade will only apply to Kubernetes and other prod environments (i.e. Not locally since init is good enough here and upgrade add little value)

@msfussell msfussell added the kind/bug Something isn't working label Dec 15, 2020
@msfussell msfussell changed the title Add Upgrade CLI command to upgrade Add Upgrade CLI command to upgrade the Dapr control plane services Dec 15, 2020
@mukundansundar mukundansundar added kind/feature New feature or request and removed kind/bug Something isn't working labels Dec 16, 2020
@yaron2 yaron2 added this to To do in 1.0.0 Milestone via automation Dec 23, 2020
@yaron2 yaron2 added this to To do in 1.0.0 Milestone 3 via automation Dec 23, 2020
@yaron2 yaron2 moved this from To do to In Progress in 1.0.0 Milestone 3 Dec 23, 2020
1.0.0 Milestone automation moved this from To do to Done Jan 6, 2021
1.0.0 Milestone 3 automation moved this from In Progress to Review Jan 6, 2021
@yaron2 yaron2 moved this from Review to Done in 1.0.0 Milestone 3 Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants