-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Discovery of plugin binary on OSX not working #3129
Comments
Hi @rocrisp, Thank you for reaching out. Could you do the same test within the latest release and let us know if you face the same problem?
c/c @everettraven |
I will! and let you know my results.
…On Sat, Dec 17, 2022 at 7:17 AM Camila Macedo ***@***.***> wrote:
Hi @rocrisp <https://github.com/rocrisp>,
Thank you for reaching out.
Could you do the same test within the latest release and let us know if
you face the same problem?
Also, could you please describe it step by step so we can reproduce it?
1. Run X
2. Do Y
3. Then, ....
We need also to know how you build the example plugin and etc>
c/c @everettraven <https://github.com/everettraven>
—
Reply to this email directly, view it on GitHub
<#3129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOPP6ZUNYZFZ2XCRUSFJK2DWNWVOPANCNFSM6AAAAAAS77GAXI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The problem went away when I ran with latest version of Kubebuilder "3.8.0".
$ kubebuilder version
$ kubebuilder init --plugins sampleexternalplugin/v1
$ ls |
HI @rocrisp, Thank you for provide the info. So, how are you building the |
make build
…On Tue, Dec 20, 2022 at 5:38 PM Camila Macedo ***@***.***> wrote:
HI @rocrisp <https://github.com/rocrisp>,
Thank you for provide the info.
Note that this plugin is not shipped with Kubebuilder and it is only an
example over how can you create your own plugins to use within Kubebuilder.
therefore, the sample must be build and configured accordingly to be used
with the CLI..
So, how are you building the sampleexternalplugin?
—
Reply to this email directly, view it on GitHub
<#3129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOPP6ZVVCZH24IQOXDQ7YIDWOIYOVANCNFSM6AAAAAAS77GAXI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @rocrisp Are you running Hi @everettraven, have we any doc that describes how to test the sample? If so, could you please add it here? If not, and if possible, could you please add the steps here so we might get some help to add it to the docs as a follow-up? c/c @rashmigottipati |
Hi @camilamacedo86 Not sure if you saw my post earlier but the sample external plugin is working after I upgraded to the latest kubebuilder. |
Hi @rocrisp,
So, that is great 🎉 . It is sorted out in the latest kubebuilder verson.
That is cool. We have few things that we still need to address about this one. (tutorial and e2e tests mainly). See: #2600 Please, feel free to contribute with it and if you have any suggestion, improvements and we would love to know more about. Please, raise new issues and/or PRs for those. You help is very welcome. Regards this specific issue, I understand that we can close it out as sorted out within the latest kubebuilder release. Am I right? |
Closing this one as sorted out. However, feel free to re-open if you see that something is still required to get done here. |
What broke? What's expected?
What happened :
$kubebuilder init --plugins=sampleexternalplugin/v1 --domain example.com
"no plugin could be resolved with key "sampleexternalplugin/v1"
What's expected :
Adding external plugin: sampleexternalplugin
Reproducing this issue
to ~/Library/Application Support/kubebuilder/plugins/sampleexternalplugin/v1.
kubebuilder init --plugins=sampleexternalplugin/v1 --domain example.com
KubeBuilder (CLI) Version
Version: main.version{KubeBuilderVersion:"3.6.0", KubernetesVendor:"1.24.1", GitCommit:"f20414648f1851ae97997f4a5f8eb4329f450f6d", BuildDate:"2022-08-03T11:47:17Z", GoOs:"darwin", GoArch:"amd64"}
PROJECT version
Not available
Plugin versions
Not available
Other versions
go version go1.19.3 darwin/amd64
Extra Labels
/kind documentation
The text was updated successfully, but these errors were encountered: