simonfelding

Results 15 issues of simonfelding

I could really use this in my project. There's no backwards compatibility issues either, as joblib automatically detects if a file is compressed. zlib and lzma are in the standard...

this is useful for weird ssh proxies like cyberark PAM. Without this, it is difficult to identify the source of the output, as they all have the same hostname. As...

enhancement

This PR fixes a bug where danger would not work with (some?) self-hosted instances. Before this patch, I got a 404 from our self-hosted Gitlab CE API. Now it works...

https://github.com/dexidp/dex/blob/master/examples/ldap/config-ldap.yaml This exact yaml file results in a crash. to make things easier, here's a copy: ``` issuer: http://127.0.0.1:5556/dex storage: type: sqlite3 config: file: examples/dex.db web: http: 0.0.0.0:5556 connectors: -...

### Is your feature request related to a problem? Please describe. I'm having an issue with kube-router (https://github.com/cloudnativelabs/kube-router/issues/1588) where it creates iptables rules in the filter chain, which causes many...

enhancement

# Description There's a bunch of stuff in this commit. I realize it could have been multiple pull requests. Sorry about that. - added better support for airgap mode 'exists'...

**What this PR does / why we need it**: Makes the helm values.yaml work like the documentation in values.yaml says it does. **Which issue(s) this PR fixes**: N/A **Special notes...

size/M
area/helm

If imagePullPolicy is set to IfNotPresent and the tag is :latest, you get very unintuitive behavior where Kubernetes will not actually get new versions. This kind of behavior is exactly...

**What happened**: I wanted to convert ingresses in a multi-yaml file usin --input_file, without access to the cluster. `./ingress2gateway print --input_file harbor.yaml` resulted in `Error: failed to create client: Get...

kind/bug
lifecycle/stale
needs-triage