-
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 may add a new Service o…
-
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` …
-
Print a list of charts in the working directory that have newer versions in cache repo
-
Currently, we require the configuration supplied to dm to be in the dm configuration format (i.e., a list of resources, each of which has a name, a type and a list of parameters), and we throw an unma…
-
Having some library to inspect the requests sent to kubernetes would be helpful for adding unit tests to new features in the kubernetes client. That way we aren't spending all of our time manually tes…
-
for example, I have a `deis/deis` repo added in my helm cache:
``` console
ENG000656:deis aaronschlesinger$ pwd
/Users/aaronschlesinger/.helm/cache/deis
ENG000656:deis aaronschlesinger$ git remote -v…
-
I am still getting the etcd crashloop when trying to start the deis chart. I thought we had this fixed.
-
Currently, we have had a decent mechanism for label querying. However, querying annotations is not well supported yet. I noticed this when implementing the multi-scheduler feature in which I found the…
-
I hit an error while pushing a build:
```
> deis create go
Creating Application... done, created go
Git remote deis added
remote available at ssh://git@deis.example.com:2222/go.git
> git push deis ma…
-
Currently we have to manually edit annotations, but annotations are in YAML in JSON even though they are just simple key/value lists:
```
⇒ kdy get rc deis-router
apiVersion: v1
kind: ReplicationCon…