-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Getting fails to load: plugin: not implemented when using custom generator plugin #1641
Comments
I think the problem is that you specify the version (gvk) in your 3 levels path, you should get rid of the your path should be: Within your generator instanciation file:
|
@oboukili I'm having the same problem since upgrading to kustomize API version 3.3.1 (CLI version 3.2.3), and removing the apiVersion: someteam.example.com/v1
kind: ProcessGenerator
... |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Version: {Version:kustomize/v3.2.3 GitCommit:f8412aa3d39f32151525aff97a351288f5a7470b BuildDate:2019-10-08T23:30:25Z GoOs:linux GoArch:amd64}
Hi, I had to write a custom generator for my use-case (generating N times the same resource with a different name,namespace and a lot of custom properties). I simplified my plugin for the issue tracker.
This plugin is located inside my kustomize folder at
and I use
for rendering
The error I get:
I tried to created the
.so
file, did not help.Can you provide a full working example of a custom Go plugin and a project that use it ?
I found this PR which seems to be related #1508
The text was updated successfully, but these errors were encountered: