-
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
CRD generator missing type for GenericKubernetesResource #6725
Comments
Checked, that it is also present in 7.0.1 version. |
11 tasks
dongjoon-hyun
pushed a commit
to apache/spark
that referenced
this issue
Feb 13, 2025
### What changes were proposed in this pull request? This PR aims to upgrade `kubernetes-client` from 7.0.1 to 7.1.0. ### Why are the changes needed? Keep the dependencies to the latest, and there are some bug fixes in version 7.1.0: - Fix fabric8io/kubernetes-client#6725: (crd-generator) CRD generator missing type for GenericKubernetesResource - Fix fabric8io/kubernetes-client#6747: Preventing websocket error logs when the client is closed - Fix fabric8io/kubernetes-client#6781: Allowing ipv6 entries to work in NO_PROXY - Fix fabric8io/kubernetes-client#6792: VertxHttpClient uses exclusive Vert.x instance by default ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49925 from wayneguow/kubernetes-client. Authored-by: Wei Guo <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
dongjoon-hyun
pushed a commit
to apache/spark
that referenced
this issue
Feb 14, 2025
### What changes were proposed in this pull request? This PR aims to upgrade `kubernetes-client` from 7.0.1 to 7.1.0. ### Why are the changes needed? Keep the dependencies to the latest, and there are some bug fixes in version 7.1.0: - Fix fabric8io/kubernetes-client#6725: (crd-generator) CRD generator missing type for GenericKubernetesResource - Fix fabric8io/kubernetes-client#6747: Preventing websocket error logs when the client is closed - Fix fabric8io/kubernetes-client#6781: Allowing ipv6 entries to work in NO_PROXY - Fix fabric8io/kubernetes-client#6792: VertxHttpClient uses exclusive Vert.x instance by default ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49925 from wayneguow/kubernetes-client. Authored-by: Wei Guo <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit ae2d2e8) Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When updated fabric8 version for to 6.13.4 but also for 7.0.0+ versions, the CRD generator generated an invalid CRD for:
the result:
when I try to apply such resource k8s gives an error message:
Fabric8 Kubernetes Client version
6.13.4
Steps to reproduce
Open this branch in Kubernetes Glue Operator:
mvn clean install -DskipTests
kubernetes-glue-operator/target/kubernetes/glues.io.csviri.operator.glue-v1.yml
Expected behavior
What seems to be enough is to have
type: object
to be added to generated snipper:Runtime
Kubernetes (vanilla)
Kubernetes API Server version
1.25.3@latest
Environment
Linux
Fabric8 Kubernetes Client Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: