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

GC trait fails on some installations #832

Closed
nicolaferraro opened this issue Jul 17, 2019 · 3 comments · Fixed by #876
Closed

GC trait fails on some installations #832

nicolaferraro opened this issue Jul 17, 2019 · 3 comments · Fixed by #876
Labels
area/core Core features of the integration platform kind/bug Something isn't working
Milestone

Comments

@nicolaferraro
Copy link
Member

I attach an issue occurred to @burrsutter on try.openshift.io.

https://gist.github.com/burrsutter/74117d90bcfca403a5f70e4fc240c14e

@nicolaferraro nicolaferraro added kind/bug Something isn't working area/core Core features of the integration platform labels Jul 17, 2019
@nicolaferraro nicolaferraro added this to the 1.0.0-M1 milestone Jul 17, 2019
@astefanutti
Copy link
Member

Some aggregated APIs may not support the list operation the GC trait performs to discover Camel K resources to be GCed. One option would be to ignore the error, so it be useful to get the HTTP error code, maybe a 503. I've asked @burrsutter for some details.

@burrsutter
Copy link

I have been trying to use an OCP4 created via tryopenshift.com
oc version
Client Version: version.Info{Major:"4", Minor:"1+", GitVersion:"v4.1.0-201905191700+82e7b55-dirty", GitCommit:"82e7b55", GitTreeState:"dirty", BuildDate:"2019-05-20T00:17:47Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"13+", GitVersion:"v1.13.4+838b4fa", GitCommit:"838b4fa", GitTreeState:"clean", BuildDate:"2019-05-19T23:51:04Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}

oc new-project myintegrations
kamel install
kamel run hello.groovy

but the pod fails to come to life, the build happens, but no resulting pod

@astefanutti
Copy link
Member

This should effectively be fixed with #950.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core Core features of the integration platform kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants