Craig Barr

Results 10 issues of Craig Barr

Awesome idea! Just wish I could use it... I'm having some issues running wharfee on OracleLinux6. Is this a supported operating system? Steps to reproduce: - Install `sudo yum install...

in progress

**What steps did you take:** Using `on: ` in a yaml file **What happened:** The `on: ` was replaced with `true: ` **What did you expect:** As `on: ` is...

enhancement
surprising to users
recommended
priority/unprioritized-backlog

**Is your feature request related to a problem? Please describe.** Since the standard Jenkinsfile doesn't require an explicit clone, pipeline as yaml shouldn't either. **Describe the solution you'd like** When...

user-read-birthdate is no longer supported by the spotify APIs and results in "Illegal Scope" message which prevents login. Removal allows login to work

Any guidelines for handling this... I can only think of two ways to prevent this... 1. Do trunk-based dev, so that devs are discouraged from long running branches 2. Use...

**What happened**: I accidentally ran `kubectl delete crd -n --all`. It deleted all of my CRDs and broke my cluster beyond repair. It warned that the CRD isn't namespaced but...

kind/bug
needs-triage

Reproduce steps: ``` % gh repo clone rekby/etcddir Cloning into 'etcddir'... remote: Enumerating objects: 101, done. remote: Total 101 (delta 0), reused 0 (delta 0), pack-reused 101 Receiving objects: 100%...

As per the `README.md` it indicates that disqus can be disabled for a given page with this: ``` --- disqus: false --- ``` I've tried that and it doesn't seem...

Quite often this tool doesn't work due to `"creating summary for object: unable to find object name"`. This is when piping directly from `k get -oyaml`. Raising the issue just...

Addresses https://github.com/bryanl/manifest-summary/issues/4 This change adds support for `kind: List` so that `manifest-summary` will work with tools in the Kubernetes ecosystem that use the `List` kind. Some examples: ``` kompose convert...