David J. M. Karlsen

Results 281 comments of David J. M. Karlsen

@guymguym I installed from operator hub and OLM.

> If I understand correctly, this is an installation of upstream noobaa from the operator hub on OCP. @davidkarlsen correct me if I'm wrong. Correct

Also see https://github.com/opsgenie/terraform-provider-opsgenie/issues/269

It's more that I got a concurrentModificationException AFAIR - not simply the flag.

I get this: ``` at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:353) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:198) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:200) at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:196) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)...

Yes, also with 1.15-SNAPSHOT I will get "Could not create directory" at random modules if using multithreaded builder.

> > collector pods are constantly recreated > > This is a known [issue](https://issues.redhat.com/browse/LOG-2789) but the collector pods eventually settle into a steady-state condition. Is this the behavior you see...

When I'm thinking about this this is more of an issue with the precise64 base-box. Is it possible to report issues with baseboxes?

@samip5 Is it the actual runner image: https://github.com/evryfs/github-actions-runner you want to run on arm, or the operator (this repo) itself? GitHubGitHub - evryfs/github-actions-runnerContribute to evryfs/github-actions-runner development by creating an account...

The right way to have ephemeral pods is to use the ephemeral flag on the pod: https://github.com/myoung34/docker-github-actions-runner#environment-variables - these pod will then start up, run their job, and after they...