You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lists are collections of resources of one (usually) or more (occasionally) kinds.
The name of a list kind must end with "List". Lists have a limited set of common metadata. All lists use the required "items" field to contain the array of objects they return. Any kind that has the "items" field must be a list kind.
Most objects defined in the system should have an endpoint that returns the full set of resources, as well as zero or more endpoints that return subsets of the full list. Some objects may be singletons (the current user, the system defaults) and may not have lists.
How can we reproduce it?
What environment did it happen in?
Crossplane version:
The text was updated successfully, but these errors were encountered:
The issue was critical to us as we're using crossplane, kafka-provider and flux CD for K8s.
I put some description below to anyone who is also struggling with it.
Seems like the flux release with the updated kustomize is planned no earlier than February 2025 (see this issue).
So, to get kafka-provider working with flux ASAP, you can use some rc images with the updated kustomize:
What happened?
we running in our environment kustomize and "AccessControlList" is silently ignored during rendering
kubernetes-sigs/kustomize#5042 (comment)
it turns out that this is because of the api-conventions
How can we reproduce it?
What environment did it happen in?
Crossplane version:
The text was updated successfully, but these errors were encountered: