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 experimental OLMv1 support in kubectl-operator for install/uninstall #83

Closed
joelanford opened this issue Jan 18, 2023 · 0 comments · Fixed by #85
Closed

Add experimental OLMv1 support in kubectl-operator for install/uninstall #83

joelanford opened this issue Jan 18, 2023 · 0 comments · Fixed by #85
Assignees

Comments

@joelanford
Copy link
Member

joelanford commented Jan 18, 2023

There has been some recent progress with OLMv1 and the new Operator API that would be useful to explore here. We can use the kubectl-operator CLI to help drive demos and provide feedback to core OLMv1 maintainers about the UX of the new API.

Acceptance criteria

  • Experimental OLMv1 support is hidden and disabled by default
  • Experimental OLMv1 support is enabled via an environment variable
  • When OLMv1 support is enabled, OLMv0 commands are disabled
  • operator install <packageName> creates an Operator object with metadata.name and spec.packageName set to the provided package name
  • operator uninstall <packageName> deletes the named Operator object
@joelanford joelanford self-assigned this Jan 18, 2023
tmshort added a commit to tmshort/kubectl-operator that referenced this issue Jan 25, 2023
Fixes operator-framework#83

Implements Jira OLM-2863 and OLM-2869

Signed-off-by: Todd Short <tshort@redhat.com>
tmshort added a commit to tmshort/kubectl-operator that referenced this issue Jan 25, 2023
Fixes operator-framework#83

Implements Jira OLM-2863 and OLM-2869

Signed-off-by: Todd Short <tshort@redhat.com>
tmshort added a commit to tmshort/kubectl-operator that referenced this issue Jan 25, 2023
Fixes operator-framework#83

Implements OLM-2863 and OLM-2869

Signed-off-by: Todd Short <tshort@redhat.com>
tmshort added a commit to tmshort/kubectl-operator that referenced this issue Jan 25, 2023
Fixes operator-framework#83

Implements OLM-2863 and OLM-2869

Signed-off-by: Todd Short <tshort@redhat.com>
tmshort added a commit to tmshort/kubectl-operator that referenced this issue Jan 25, 2023
Fixes operator-framework#83

Implements OLM-2863 and OLM-2869

Signed-off-by: Todd Short <tshort@redhat.com>
@tmshort tmshort assigned tmshort and unassigned joelanford Feb 2, 2023
tmshort added a commit that referenced this issue Feb 2, 2023
* OLMv1 Operator install/uninstall

Fixes #83

Implements OLM-2863 and OLM-2869

Signed-off-by: Todd Short <tshort@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
2 participants