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

[WIP] Code for extension install and delete #228

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LalatenduMohanty
Copy link
Member

@LalatenduMohanty LalatenduMohanty commented Mar 19, 2025

Here are the commands to test the PR.

$ kubectl operator olmv1 install extension argocd --package-name argocd-operator --version 0.6.0 --namespace argocd --service-account argocd-installer
extension "argocd" created
$ kubectl operator olmv1 get extension
NAME    INSTALLED BUNDLE        VERSION  SOURCE TYPE  INSTALLED  PROGRESSING  AGE
argocd  argocd-operator.v0.6.0  0.6.0    Catalog      True       True         65s
$ kubectl operator olmv1 delete extension argocd
deleted extension "argocd"

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 19, 2025
@openshift-ci openshift-ci bot requested review from benluddy and joelanford March 19, 2025 04:03
@LalatenduMohanty LalatenduMohanty force-pushed the install_uninstall branch 2 times, most recently from e5dd128 to b987def Compare March 19, 2025 13:47
@LalatenduMohanty LalatenduMohanty force-pushed the install_uninstall branch 2 times, most recently from 09bb547 to f4a9fed Compare March 28, 2025 13:18
@LalatenduMohanty
Copy link
Member Author

As discussed with @joelanford and @ankitathomas, not adding the code for CatalogSelector in this PR, we can add this as a follow up.

@LalatenduMohanty LalatenduMohanty force-pushed the install_uninstall branch 3 times, most recently from e0e98ef to f73b91f Compare March 28, 2025 17:52
Signed-off-by: Lalatendu Mohanty <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant