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

Cannot create IPAddressClaim due to webhook after introducing v1beta1 #9882

Closed
mcbenjemaa opened this issue Dec 14, 2023 · 6 comments
Closed
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@mcbenjemaa
Copy link
Member

What steps did you take and what happened?

I wanted to create an IPAddressClaim

---
apiVersion: ipam.cluster.x-k8s.io/v1beta1
kind: IPAddressClaim
metadata:
  name: my-claim
spec:
  poolRef:
    apiGroup: ipam.cluster.x-k8s.io
    kind: InClusterIPPool
    name: inclusterippool-sample

But this failed,

Error from server (InternalError): error when creating "examples/ipam/ip-addr-claim.yaml": Internal error occurred: failed calling webhook "validation.ipaddressclaim.ipam.cluster.x-k8s.io": failed to call webhook: the server could not find the requested resource

and neither v1alpha1 works

What did you expect to happen?

IPAddressClaim created

Cluster API version

v1.6

Kubernetes version

v1.28.4

Anything else you would like to add?

No response

Label(s) to be applied

/kind bug
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Dec 14, 2023
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If CAPI contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

@mcbenjemaa
Copy link
Member Author

Seems: #9861

@sbueringer
Copy link
Member

Yup. Already fixed and cherry-picked

@mcbenjemaa
Copy link
Member Author

mcbenjemaa commented Dec 14, 2023

@sbueringer, but the v1.6 manifests don't sound correct.

yeah, the fix will be released into the upcoming release.

@sbueringer
Copy link
Member

/close

Given there's nothing more we can do apart from waiting for the release

@k8s-ci-robot
Copy link
Contributor

@sbueringer: Closing this issue.

In response to this:

/close

Given there's nothing more we can do apart from waiting for the release

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

3 participants