Bruno Meseguer created CAMEL-21399: -------------------------------------- Summary: Kubernetes plugin regression. Fails on deployments Key: CAMEL-21399 URL: https://issues.apache.org/jira/browse/CAMEL-21399 Project: Camel Issue Type: Bug Components: camel-jbang Affects Versions: 4.8.1 Reporter: Bruno Meseguer
All seems to work well in 4.8.0 Operating the same commands using 4.8.1 fails. Create a Camel route, for example, with: {code:java} camel init myroute.camel.yaml{code} Then using the commands below to deploy on OpenShift (tested in Developer Sandbox) run {code:java} camel version JBang version: 0.119.0 Camel JBang version: 4.8.1 camel kubernetes run * --cluster-type=openshift --dev {code} The execution fails with: {code:java} Run: kubectl get pod -l app.kubernetes.io/name=test Exception in thread "main" java.util.ServiceConfigurationError: io.fabric8.kubernetes.api.model.KubernetesResource: io.fabric8.kubernetes.api.model.LimitRange not a subtype{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)