Jason Pickens
Jason Pickens
**What would you like to be added**: Add support for the [Operator Lifecycle Manager](https://github.com/operator-framework/operator-lifecycle-manager). **Why is this needed**: So that I can use KUDO to create an operator that I...
 You can see in this screenshot that the highlighted layer says that it is adding 1.4GB and yet there are no changes...
I am trying to import a resource by specifying the `type`, `name`, `id`, `parent` and `provider` but it doesn't work. ## Expected Behavior I should be able to import the...
**What happened?** Delete the namespace after deploying kube-state-metrics gets stuck with the message: > Discovery failed for some groups, 1 failing: unable to retrieve the complete list of server APIs:...
## steps Reproduction: https://github.com/steinybot/bug-reports/tree/sbt/proxy-for-val sbt version: 1.4.7 ``` sourceDirectories := allSourceDirectories.value lazy val allSourceDirectories: Def.Initialize[Seq[File]] = Def.setting { val c = configuration.value val _ = sourceDirectories.all(ScopeFilter(configurations = inConfigurations(c))).value Seq.empty }...
Adds some tests and another small fix for #6964
## steps sbt 1.6.2 ``` scalaVersion := "2.13.8" Compile / sourceManaged := file("src_managed") Compile / sourceGenerators += Def.task { val file = (Compile / sourceManaged).value / "demo" / "Test.scala" IO.write(file,...
I wrote a [test](https://github.com/steinybot/Kamon/blob/akka-http-ws-streams-bug/instrumentation/kamon-akka-http/src/test/scala/kamon/akka/http/AkkaHttpServerTracing2Spec.scala#L76-L93) which reproduces a problem that I am seeing. The setup uses Akka HTTP which has a WebSocket route. This route handler uses the ask pattern to...
There are some instrumentations missing for Akka HTTP 10.2.x. See https://github.com/kamon-io/Kamon/discussions/989
[kamon-bundle_2.12-2.1.15-sources.jar up on Maven Central](https://repo1.maven.org/maven2/io/kamon/kamon-bundle_2.12/2.1.15/kamon-bundle_2.12-2.1.15-sources.jar) only contains a single source file `kamon/bundle/Bundle.scala`.