Jared Watts

Results 377 comments of Jared Watts

> How should we go from here? For me it would still make sense to not execute Loginif no credentials were given good question! with the repro suggestion in https://github.com/crossplane-contrib/provider-helm/issues/132#issuecomment-2037263777,...

I tried updating the dependencies in `go.mod` to the latest `helm.sh/helm/v3 v3.14.3`, but unfortunately I'm still seeing the error of `failed to fetch anonymous token: unexpected status from GET request...403...

Amazing @turkenh, thank you so much for taking the investigation the final mile and figuring this out! you're always able to get to the bottom of things man, really grateful...

In terms of the `insecureSkipTLSVerify` option, looks like [support for that](https://github.com/helm/helm/commit/08593c8dd6e4b05b1855296f6d7c6247de1d9e6a) was added to [helm v3.12.0](https://github.com/helm/helm/releases/tag/v3.12.0), and we're currently on v3.10.2 in this repo. So perhaps upgrading our dependency would...

@aaronlevy @colhom any thoughts about Kubernetes 1.6+ being supported for vagrant yet? I've been using this repo for my daily dev flow and it'd be great to start using 1.6....

The root cause for the api server not starting appears to be that k8s 1.6 is using etcd3 while the vagrant cluster starts up an etcd2 node. The error message...

Just FYI, this solution using k8s 1.6.1 and etcd2 seems to work for us so far: https://github.com/rook/coreos-kubernetes/commit/a3e880bf3c880e4e4551fbba54d21cf6833ffb19 It may be of use to other folks, but the long term upstream...

thanks for sharing your experience @yordis!! looks like you can run `make submodules` to get the build submodule cloned first, and then `make` will have what it needs to start...

cool @MisterMX! if you don't get the time to do this soon, that's OK. There may be some other folks interested in taking on this somewhat scoped but beneficial feature....

Hey there @fbozic, I don't know of any ongoing work for this issue. You are more than welcome to open a PR with a proposed fix if you are up...