Lili Cosic

Results 55 comments of Lili Cosic

@jmrodri > Apache is a permissive license whose main conditions require preservation of copyright and license notices. The preservation of copyright part is what bothers me the most, as this...

My suggestion for this setup would be to use `minikube` and TravisCI and just use `client-go` & co. to check if the `Deployment` was created. We use that setup in...

> Would minikube just use a driverless config and setup the cluster directly on travis? Example setup https://github.com/LiliC/travis-minikube of what I was thinking. More details explained [here](https://blog.travis-ci.com/2017-10-26-running-kubernetes-on-travis-ci-with-minikube).

> so it should be possible to upgrade to proto-v2 compatible proto surface without breaking end-users. Thanks! I should be able to get to this for this release.

I didn't have time to look into this yet, so leaving up to anyone else who is interested.

@brancz I will do some research around that, thanks for the pointer!

Asked and Jordan answered: > you can do that by defining multiple versions of your custom resource, and creating a custom conversion webhook to convert instances back and forth between...

Yes agreed, my thinking as well! Because we don't have any examples or docs around this, I plan on adding some and will just use the new targets field for...

In case anyone wants to pick it up, until I get a chance to get back to this.