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

astartectl cluster install-operator should be removed #115

Closed
bettio opened this issue Nov 13, 2020 · 1 comment · Fixed by #117
Closed

astartectl cluster install-operator should be removed #115

bettio opened this issue Nov 13, 2020 · 1 comment · Fixed by #117
Assignees
Labels
blocking This issue or pull request blocks a release (e.g. API change, major bug)
Milestone

Comments

@bettio
Copy link
Contributor

bettio commented Nov 13, 2020

astartectl cluster install-operator is not supported anymore on Astarte 1.0, therefore it should be removed.

@bettio bettio added the blocking This issue or pull request blocks a release (e.g. API change, major bug) label Nov 13, 2020
@bettio bettio added this to the v1.0 milestone Nov 13, 2020
@bettio bettio added this to Unscheduled Backlog in Astarte Core Components via automation Nov 13, 2020
@rbino
Copy link
Contributor

rbino commented Nov 13, 2020

Instead of deleting the command, the command will be marked as deprecated and if executed will print this

Since Astarte 1.0, operator installation through astartectl has been removed. You can install astarte-operator using Helm (https://helm.sh/) with these commands:

$ helm repo add astarte https://helm.astarte-platform.org
$ helm repo update
$ helm install astarte-operator astarte/astarte-operator --version 1.0.0-alpha.1

rbino added a commit to rbino/astartectl that referenced this issue Nov 16, 2020
Print instructions to do the same thing using Helm

Fix astarte-platform#115

Signed-off-by: Riccardo Binetti <riccardo.binetti@ispirata.com>
rbino added a commit to rbino/astartectl that referenced this issue Nov 20, 2020
Print instructions to do the same thing using Helm

Fix astarte-platform#115

Signed-off-by: Riccardo Binetti <riccardo.binetti@ispirata.com>
Astarte Core Components automation moved this from Unscheduled Backlog to 0.11 Done Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking This issue or pull request blocks a release (e.g. API change, major bug)
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants