Derek Brown

Results 48 issues of Derek Brown

## What this PR does / why we need it: - #11087 is a serious footgun: if a user upgrades the helm chart version in-place, or adds pod labels (either...

cncf-cla: yes
area/docs
size/L
kind/feature
priority/backlog
needs-ok-to-test
do-not-merge/hold
triage/accepted
area/helm

## Context - We have observed that setting `GOMAXPROCS=cpu.limits` leads to some low level of CPU throttling because there are other processes not accounted for. It seems others have observed...

## Describe the Feature You Want - If `--output-snapshot-on-exit` is set, `tilt ci` should output a snapshot when a timeout is reached. ### Current Behavior - `tilt ci` does not...

enhancement

## What does this PR do? - Per the Istio documentation, if the `oci://` prefix is missing in `.spec.url`, it is assumed that the URL is a `oci://` image reference[^1]....

size/M
needs-ok-to-test

## What does this PR do? - Extend documents to address https://github.com/helm/helm/issues/30216 and https://github.com/helm/helm-www/issues/1020.

size/M

# Feature Request: Support for `oci://` URL Scheme Prefixes in K8s Image References ## Use Case I'm using Tilt to develop Istio [`WasmPlugins`](https://istio.io/latest/docs/reference/config/proxy_extensions/wasm-plugin/), which are custom modules that extend Istio's...

enhancement

This PR addresses issue #88 by adding new properties to access certificate OIDs: - `connection.oid_map_local_certificate` - `connection.oid_map_peer_certificate` - `upstream.oid_map_local_certificate` - `upstream.oid_map_peer_certificate` These properties return maps of all OIDs to their...

## Usecase - I am attempting to write a WASM Proxy plugin that accesses [x509 extensions](https://docs.redhat.com/en/documentation/red_hat_certificate_system/9/html/administration_guide/standard_x.509_v3_certificate_extensions) of the client certificate. - Currently, only a limited set of certificate properties are...