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

Plugin is removed from operator-sdk #414

Open
legal90 opened this issue Dec 28, 2024 · 0 comments
Open

Plugin is removed from operator-sdk #414

legal90 opened this issue Dec 28, 2024 · 0 comments

Comments

@legal90
Copy link

legal90 commented Dec 28, 2024

Hi dear maintainers, and thank you for your work on this plugin!

I tried to use this plugin with operator-sdk v1.38.0 and it doesn't work:

$ operator-sdk init --plugins=hybrid.helm.sdk.operatorframework.io  --domain=example.com
Error: no plugin could be resolved with key "hybrid.helm.sdk.operatorframework.io"
Usage:
  operator-sdk [flags]

Examples:
The first step is to initialize your project:
    operator-sdk init [--plugins=<PLUGIN KEYS> [--project-version=<PROJECT VERSION>]]

<PLUGIN KEYS> is a comma-separated list of plugin keys from the following table
and <PROJECT VERSION> a supported project version for these plugins.

                             Plugin keys | Supported project versions
-----------------------------------------+----------------------------
     ansible.sdk.operatorframework.io/v1 |                          3
 deploy-image.go.kubebuilder.io/v1-alpha |                          3
                    go.kubebuilder.io/v4 |                          3
         grafana.kubebuilder.io/v1-alpha |                          3
        helm.sdk.operatorframework.io/v1 |                          3

For more specific help for the init command of a certain plugins and project version
configuration please run:
    operator-sdk init --help --plugins=<PLUGIN KEYS> [--project-version=<PROJECT VERSION>]

Default plugin keys: "go.kubebuilder.io/v4"
Default project version: "3"


Flags:
  -h, --help                     help for operator-sdk
      --plugins strings          plugin keys to be used for this subcommand execution
      --project-version string   project version (default "3")

FATA[0000] no plugin could be resolved with key "hybrid.helm.sdk.operatorframework.io"

And then I found that this plugin was removed from the operator-sdk upstream:
operator-framework/operator-sdk#6833

Reason:

Remove hybrid-helm v1-alpha support, due to low adoption, in favor of maintenance simplicity.

Questions

  1. Will that that plugin be eventually deprecated? Does it worth for the community members to try using it for new projects?
  2. If it's still alive and will be maintained - is it possible to use this plugin with latest operatior-sdk, when it's not bundled anymore? Is there a way to install it as an external plugin?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant