[ https://issues.apache.org/jira/browse/CAMEL-21399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893780#comment-17893780 ]
Claus Ibsen commented on CAMEL-21399: ------------------------------------- Yeah that IntRange has been reported before, try with 4.9 SNAPSHOT > 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 > Priority: Major > > 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)