-
The README currently suggests the user `go get ...` the project. But because `go get` is not version-aware, Kubernetes will always break (it has hard dependencies), and so it is basically impossible f…
-
I have been experimenting with replacing our dependency on Kubernetes. I have some results to share, and I'd like to get feedback on this idea:
_Should we replace our Kubernetes dependency with a sma…
-
one thing that OpenShift added as an extension a while ago is [OpenShift Templates](https://docs.openshift.org/latest/dev_guide/templates.html) which basically let you provide a list of parameter valu…
-
up to now we've been releasing the versioned kubernetes resources for running various apps in the [fabric8 project](http://fabric8.io/) using maven repositories as a canonical place to find them. We w…
-
I cloned a fresh copy of the helm repo and ran the make commands but the cache directory in .helm didn't get created. This causes issues when I try to run the `helm fetch` command
-
I tried building up the binary both the ways
```
1)vagrant@vagrant-ubuntu-trusty-64:~$ go get github.com/deis/helm/...
package k8s.io/kubernetes/pkg/apis/experimental: cannot find package "…
-
In nautical terminology, a Chart Table is a place where charts are
stored. This proposal outlines a way to extend Helm's notion of charts
to include arbitrary external sources, which we call Chart Tab…
-
To use this docker image in production, it would be very nice to be able to run it with replication, to maintain some redundancy.
The bitnami/mariadb image already does this, but they don't have the …
-
When trying to run a fresh build, I get this:
```
> make build
go build -o bin/helm -ldflags "-X main.version=git-2993d74" helm/helm.go
vendor/github.com/prometheus/client_golang/prometheus/registry.…
-
I noticed that help is using k8s version `2e5a3cfbc62e4a63423f43f2e6d5723806569b17`. This isn't tied to any tagged release version. It's somewhere between releases.
Is there a version of k8s that sho…