Jason Pickens

Results 192 issues of 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...

kind/enhancement
community

![Screen Shot 2020-05-15 at 3 37 14 PM](https://user-images.githubusercontent.com/4659562/82010826-4fd15a80-96c7-11ea-81e2-e3b0b9b45f87.png) 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...

kind/bug
area/cli
impact/panic
area/import

**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:...

kind/bug

## 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 }...

Enhancement

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,...

Bug

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...

akka-http

There are some instrumentations missing for Akka HTTP 10.2.x. See https://github.com/kamon-io/Kamon/discussions/989

akka-http

[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`.