Andrew Lavery

Results 52 comments of Andrew Lavery

No errors in the browser console, either - my guess is a logic error in the JS somewhere. Something to look into, thanks for reporting it!

So it looks like the istio failures are legitimate failures, and not something that's happening randomly I'll have to investigate this further

This is unfortunately unrelated to #828 - the error occurs in the helm template step, not when kustomizing.

@awieberg-cbre - sorry to take so long to get to this! In any case, I've been able to reproduce this - but only with `kibana.enabled: true`. If I change that...

My problem wasn't so much that `ship update` failed as it was that `ship init` succeeded *and then* `ship update` failed. Update should always succeed if init does.

superseded by https://github.com/replicatedhq/kots/pull/541 (same content, merged repo)

putting this on hold in case we can actually pin oracle linux successfully

Releases are also overwritten at present, which is probably just as large of a concern

I've updated the regex example: ``` apiVersion: troubleshoot.replicated.com/v1beta1 kind: Preflight metadata: name: require-hosted-k8s spec: collectors: - run: collectorName: google-busybox image: busybox:1 name: ping namespace: default command: ["ping"] args: ["-w", "25",...

The code change is still really remarkably small - would it be a plausible path forwards to allow configuring whether to use Local Volumes vs HostPaths as part of the...