James Strachan
James Strachan
it seems way too easy for things to be not quite setup. e.g. a common issue we're now seeing is that the fabric8-forge pod can't see the public URL for...
we want to have a canonical service in Jenkinsfiles to do approvals and allow different environments to use different approval systems. e.g. we want our Jenkinsfiles to do something like:...
I [mentioned this in a PR](https://github.com/helm/helm/pull/293#issuecomment-162823338) I just closed so figured it was better to move to an issue. As part of #292 to be able to use `kubectl apply`...
OpenShift has OAuth support which isn't yet upstreamed to Kubernetes but [hopefully will soon](https://github.com/kubernetes/kubernetes/issues/10408). Charts for web consoles wishing to reuse OpenShift's OAuth for single sign on with whatever OAuth...
Right now `helm install` terminates if any `kubectl create` fails. As we start to make composite apps with different RCs and Services that can overlap. New versions of a chart...
we found when making charts that often they require secrets to be imported or created and sometimes secrets are shared between charts. e.g. when using Gerrit, Jenkins and SonarQube we...
when your app needs, say, a database to be provided by the Service Catalog we need to be able to include service catalog dependent resources YAML in the `src/main/fabric8` folder...
I don't see an arm64 release here: https://github.com/instrumenta/kubeval/releases/tag/v0.16.1 though it looks like goreleaser has an [arm configuration now](https://github.com/instrumenta/kubeval/blob/master/.goreleaser.yml#L14) so maybe its just a case of triggering a new release?
lets not use the same warning level for skipped schemas as we do for actual validation errors so that its easy to tell the output difference between actual schema validation...
we've been finding some builds sometimes fail inside a CI / CD pipeline but not on a users laptop. So it'd be nice if folks had a way to try...