Richard Wall

Results 179 comments of Richard Wall

@munnerz , I started looking into this, and was about to write an E2E test for `kubectl explain`, but found that it already works. Is the `preserveUnknownFields` flag only required...

Part of: https://github.com/jetstack/navigator/issues/362

That 1.7 E2E test failure is a bit weird. ``` W0309 11:02:52.659] ++ kubectl run in-cluster-cmd-855 --namespace=test-cassandra-1520593007-14636 --image=cassandra:latest --restart=Never --rm --stdin=true --attach=true --quiet -- /usr/bin/cqlsh cass-test-cql 9042 --debug '--execute=SELECT *...

> In some situations, this could potentially lead to a cluster never coming up. Can you give examples of these situations?

Thanks @yanniszark. That's an accurate summary :+1:

> So in this issue, you are talking about a type 2 failure using local storage? Yep. :-) Are you using / testing Navigator? Or interested in contributing? We'd be...

I'm coming round to the idea. I found that there are already some E2E tests for the Kubernetes examples, including Cassandra tests: * https://github.com/kubernetes/kubernetes/blob/v1.8.4/test/e2e/examples.go#L226 * Introduced in https://github.com/kubernetes/kubernetes/pull/11044 ....but *...

Part of https://github.com/jetstack/navigator/pull/311

Part of: https://github.com/jetstack/navigator/issues/362