Christoph Meier

Results 7 issues of Christoph Meier

When using commands that require evaluation with an EvalScript e.g. `tk diff default --name foo` on windows you get an error due to the file path separator. ``` Error: evaluating...

kind/bug
keepalive

**Describe the bug** Popeye reports the following NetworkPolicy with a false positive on POP-1201. **To Reproduce** ```yaml apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: foo namespace: bar spec: podSelector: matchLabels: app:...

bug

This pr adds 2 new metrics reporting on JVM native memory usage. - `jvm_native_memory_committed_bytes` : Committed bytes of a given JVM. Committed memory represents the amount of memory the JVM...

**Environment**: - *Jib version:* 0.12.0 - *Build tool:* jib-cli - *OS:* linux **Description of the issue**: There are 2 standard annotations for base images defined by the oci image-spec. It...

priority: p3
type: feature request

We have began upgrading some projects from sbt 1.2.8 to 1.3.10 and started to encounter some strange errors on our Jenkins. ## steps We dev on windows running zulu8 and...

area/library_management
Regression

### Current and expected behavior I think there is an issue in the timestamp pattern used when parsing/showing logs for a pod. When timestamps are hidden, all logs are prefixed...

bug
area: logs

We are using github enterprise on prem with runner groups running on kubernetes using [actions-runner-controller](https://github.com/actions/actions-runner-controller). We are **not** using the official runner images i.e. `ghcr.io/actions/actions-runner:latest` but instead are building our...