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

Error to create webhook when has no resource for it #1701

Closed
camilamacedo86 opened this issue Oct 1, 2020 · 2 comments · Fixed by #1708
Closed

Error to create webhook when has no resource for it #1701

camilamacedo86 opened this issue Oct 1, 2020 · 2 comments · Fixed by #1708
Assignees
Milestone

Comments

@camilamacedo86
Copy link
Member

camilamacedo86 commented Oct 1, 2020

Problem

$ kubebuilder init --plugins=go.kubebuilder.io/v3-alpha
$ kubebuilder create api --group ship --version v1beta1 --kind Frigate
$ kubebuilder create webhook --group other --version v1 --kind FirstMate --defaulting --programmatic-validation
Error: failed to create webhook with version "3-alpha": multiple groups are not allowed by default, to enable multi-group visit kubebuilder.io/migration/multi-group.html
Usage:
  kubebuilder create webhook [flags]
@camilamacedo86
Copy link
Member Author

/assign @camilamacedo86

@camilamacedo86 camilamacedo86 changed the title Enable to create webhooks for the same resource with diff groups Error to create webhook when has no resource for it Oct 5, 2020
@camilamacedo86
Copy link
Member Author

PR to fix is; #1708

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

Successfully merging a pull request may close this issue.

1 participant